#068701

Color #068701 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #068701

Tints of Green #068701

Color information

#068701 (or 0x068701) is unknown color: approx Green. HEX triplet: 06, 87 and 01. RGB value is (6,135,1). Sum of RGB (Red+Green+Blue) = 6+135+1=142 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.23% from 142); Green value is 135 (53.12% from 255 or 95.07% from 142); Blue value is 1 (0.78% from 255 or 0.70% from 142); Max value from RGB is 135 - color contains mainly: green. Hex color #068701 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #068701 is #F978FE. Grayscale: #515151. Windows color (decimal): -16349439 or 100102. OLE color: 100102.

HSL color Cylindrical-coordinate representation of color #068701: hue angle of 117.76º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #068701 is Cyan = 0.96, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB61351-
CMYK0.9600.990.47
HSL117.76º98.53%26.67%-
HSV(B)117.76º99.26%52.94%-
XYZ8.7417.372.92-
YUV81.1582.7674.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 6 (2.73% from 255) = 4.23%
GREEN value IS 135 (53.12% from 255) = 95.07%
BLUE value IS 1 (0.78% from 255) = 0.70%
R=4.23%
G=95.07%
B=0.70%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal613510.9600.990.47117.7698.5326.67
Hex6871600632F76631b
Octal6207114001435716614333
Binary1101000011111100000011000111011111110110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068701; }

 p { color: rgb(6,135,1); }

 H1.HeaderClassName
 {
   color: #068701;
 }
 .AnyTagClassName
 {
   color: #068701;
 }
</style>
background-color css

<style>
 a { background-color: #068701; }

 a { background-color: rgb(6,135,1); }

 div.DivClassName
 {
   background-color: #068701;
 }
 .BgClassName
 {
   background-color: #068701;
 }
</style>
border-color css

<style>
 span { border-color: #068701; }

 span { border-color: rgb(6,135,1); }

 td.TdClassName
 {
   border-color: #068701;
 }
 .TagClassName
 {
   border-color: #068701;
 }
</style>