#08663C

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

Shades of Jewel #08663C

Tints of Jewel #08663C

Color information

#08663C (or 0x08663C) is unknown color: approx Jewel. HEX triplet: 08, 66 and 3C. RGB value is (8,102,60). Sum of RGB (Red+Green+Blue) = 8+102+60=170 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.71% from 170); Green value is 102 (40.23% from 255 or 60% from 170); Blue value is 60 (23.83% from 255 or 35.29% from 170); Max value from RGB is 102 - color contains mainly: green. Hex color #08663C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08663C is #F799C3. Grayscale: #454545. Windows color (decimal): -16226756 or 3958280. OLE color: 3958280.

HSL color Cylindrical-coordinate representation of color #08663C: hue angle of 153.19º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08663C is Cyan = 0.92, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.6.

Color convert

RGB810260-
CMYK0.9200.410.6
HSL153.19º85.45%21.57%-
HSV(B)153.19º92.16%40%-
XYZ5.679.885.88-
YUV69.11122.8684.42-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.71%
GREEN value IS 102 (40.23% from 255) = 60%
BLUE value IS 60 (23.83% from 255) = 35.29%
R=4.71%
G=60%
B=35.29%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal8102600.9200.410.6153.1985.4521.57
Hex8663C5C0293C995516
Octal10146741340517423112526
Binary100011001101111001011100010100111110010011001101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08663C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08663C; }

 p { color: rgb(8,102,60); }

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

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

 a { background-color: rgb(8,102,60); }

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

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

 span { border-color: rgb(8,102,60); }

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