Html Css Color HEX #086618 Crusoe

📋 copy color: '#086618'

red 8 ◦ green 102 ◦ blue 24

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

Shades of Crusoe #086618

Tints of Crusoe #086618

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 17.91%

R = 5.97%
G = 76.12%
B = 17.91%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.76

 K value IS 0.6

RGB Variations

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

Color information

#086618 (or 0x086618) is known color: Crusoe. HEX triplet: 08, 66 and 18. RGB value is (8,102,24). Sum of RGB (Red+Green+Blue) = 8+102+24=134 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.97% from 134); Green value is 102 (40.23% from 255 or 76.12% from 134); Blue value is 24 (9.77% from 255 or 17.91% from 134); Max value from RGB is 102 - color contains mainly: green. Hex color #086618 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086618 is #F799E7. Grayscale: #414141. Windows color (decimal): -16226792 or 1598984. OLE color: 1598984.

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

Color convert

RGB 8 102 24 -
CMYK 0.92 0 0.76 0.6
HSL 130.21º 0.85% 0.22% -
HSV(B) 130.21º 0.92% 0.4% -
XYZ 5.02 9.62 2.46 -
YUV 65 104.86 87.34 -
System Red Green Blue C M Y K H S L
Decimal 8 102 24 0.92 0 0.76 0.6 130.21 0.85 0.22
Hex 8 66 18 5C 0 4C 3C 82 55 16
Octal 10 146 30 134 0 114 74 202 125 26
Binary 1000 1100110 11000 1011100 0 1001100 111100 10000010 1010101 10110

Color Harmonies of #086618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086618

Black with #086618

Text Example


Text Example

White with #086618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086618; }

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

 H1.HeaderClassName
 {
   color: #086618;
 }
 .AnyTagClassName
 {
   color: #086618;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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