Html Css Color HEX #08663E Jewel

📋 copy color: '#08663E'

red 8 ◦ green 102 ◦ blue 62

#08663E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jewel #08663E

Tints of Jewel #08663E

RGB

 RED value IS 8 (3.52% from 255) = 4.65%

 GREEN value IS 102 (40.23% from 255) = 59.3%

 BLUE value IS 62 (24.61% from 255) = 36.05%

R = 4.65%
G = 59.3%
B = 36.05%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.39

 K value IS 0.6

RGB Variations

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

Color information

#08663E (or 0x08663E) is known color: 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

RGB 8 102 62 -
CMYK 0.92 0 0.39 0.6
HSL 154.47º 0.85% 0.22% -
HSV(B) 154.47º 0.92% 0.4% -
XYZ 5.72 9.9 6.17 -
YUV 69.33 123.86 84.25 -
System Red Green Blue C M Y K H S L
Decimal 8 102 62 0.92 0 0.39 0.6 154.47 0.85 0.22
Hex 8 66 3E 5C 0 27 3C 9A 55 16
Octal 10 146 76 134 0 47 74 232 125 26
Binary 1000 1100110 111110 1011100 0 100111 111100 10011010 1010101 10110

Color Harmonies of #08663E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08663E

Black with #08663E

Text Example


Text Example

White with #08663E

Text Example


Text Example

HTML Codes & Css Web 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>