Html Css Color HEX #086318 Crusoe

📋 copy color: '#086318'

red 8 ◦ green 99 ◦ blue 24

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

Shades of Crusoe #086318

Tints of Crusoe #086318

RGB

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

 GREEN value IS 99 (39.06% from 255) = 75.57%

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

R = 6.11%
G = 75.57%
B = 18.32%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.76

 K value IS 0.61

RGB Variations

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

Color information

#086318 (or 0x086318) is known color: Crusoe. HEX triplet: 08, 63 and 18. RGB value is (8,99,24). Sum of RGB (Red+Green+Blue) = 8+99+24=131 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.11% from 131); Green value is 99 (39.06% from 255 or 75.57% from 131); Blue value is 24 (9.77% from 255 or 18.32% from 131); Max value from RGB is 99 - color contains mainly: green. Hex color #086318 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086318 is #F79CE7. Grayscale: #3F3F3F. Windows color (decimal): -16227560 or 1598216. OLE color: 1598216.

HSL color Cylindrical-coordinate representation of color #086318: hue angle of 130.55º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086318 is Cyan = 0.92, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.61.

Color convert

RGB 8 99 24 -
CMYK 0.92 0 0.76 0.61
HSL 130.55º 0.85% 0.21% -
HSV(B) 130.55º 0.92% 0.39% -
XYZ 4.73 9.04 2.36 -
YUV 63.24 105.85 88.6 -
System Red Green Blue C M Y K H S L
Decimal 8 99 24 0.92 0 0.76 0.61 130.55 0.85 0.21
Hex 8 63 18 5C 0 4C 3D 83 55 15
Octal 10 143 30 134 0 114 75 203 125 25
Binary 1000 1100011 11000 1011100 0 1001100 111101 10000011 1010101 10101

Color Harmonies of #086318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086318

Black with #086318

Text Example


Text Example

White with #086318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086318; }

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

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

background-color css

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

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

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

border-color css

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

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

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