#068608

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

Shades of Green #068608

Tints of Green #068608

Color information

#068608 (or 0x068608) is unknown color: approx Green. HEX triplet: 06, 86 and 08. RGB value is (6,134,8). Sum of RGB (Red+Green+Blue) = 6+134+8=148 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.05% from 148); Green value is 134 (52.73% from 255 or 90.54% from 148); Blue value is 8 (3.52% from 255 or 5.41% from 148); Max value from RGB is 134 - color contains mainly: green. Hex color #068608 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #068608 is #F979F7. Grayscale: #515151. Windows color (decimal): -16349688 or 558598. OLE color: 558598.

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

Color convert

RGB61348-
CMYK0.9600.940.47
HSL120.94º91.43%27.45%-
HSV(B)120.94º95.52%52.55%-
XYZ8.6417.113.08-
YUV81.3686.5974.25-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.05%
GREEN value IS 134 (52.73% from 255) = 90.54%
BLUE value IS 8 (3.52% from 255) = 5.41%
R=4.05%
G=90.54%
B=5.41%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal613480.9600.940.47120.9491.4327.45
Hex68686005E2F795b1b
Octal62061014001365717113333
Binary1101000011010001100000010111101011111111001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068608; }

 p { color: rgb(6,134,8); }

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

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

 a { background-color: rgb(6,134,8); }

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

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

 span { border-color: rgb(6,134,8); }

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