#08663E

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

Shades of Jewel #08663E

Tints of Jewel #08663E

Color information

#08663E (or 0x08663E) is unknown color: approx Jewel. HEX triplet: 08, 66 and 3E. RGB value is (8,102,62). Sum of RGB (Red+Green+Blue) = 8+102+62=172 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.65% from 172); Green value is 102 (40.23% from 255 or 59.30% from 172); Blue value is 62 (24.61% from 255 or 36.05% from 172); Max value from RGB is 102 - color contains mainly: green. Hex color #08663E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08663E is #F799C1. Grayscale: #454545. Windows color (decimal): -16226754 or 4089352. OLE color: 4089352.

HSL color Cylindrical-coordinate representation of color #08663E: hue angle of 154.47º 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 #08663E is Cyan = 0.92, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.6.

Color convert

RGB810262-
CMYK0.9200.390.6
HSL154.47º85.45%21.57%-
HSV(B)154.47º92.16%40%-
XYZ5.729.96.17-
YUV69.33123.8684.25-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.65%
GREEN value IS 102 (40.23% from 255) = 59.30%
BLUE value IS 62 (24.61% from 255) = 36.05%
R=4.65%
G=59.30%
B=36.05%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal8102620.9200.390.6154.4785.4521.57
Hex8663E5C0273C9a5516
Octal10146761340477423212526
Binary100011001101111101011100010011111110010011010101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08663E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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