Html Css Color HEX #086316 Crusoe

📋 copy color: '#086316'

red 8 ◦ green 99 ◦ blue 22

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

Shades of Crusoe #086316

Tints of Crusoe #086316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 17.05%

R = 6.2%
G = 76.74%
B = 17.05%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.78

 K value IS 0.61

RGB Variations

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

Color information

#086316 (or 0x086316) is known color: Crusoe. HEX triplet: 08, 63 and 16. RGB value is (8,99,22). Sum of RGB (Red+Green+Blue) = 8+99+22=129 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.20% from 129); Green value is 99 (39.06% from 255 or 76.74% from 129); Blue value is 22 (8.98% from 255 or 17.05% from 129); Max value from RGB is 99 - color contains mainly: green. Hex color #086316 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086316 is #F79CE9. Grayscale: #3F3F3F. Windows color (decimal): -16227562 or 1467144. OLE color: 1467144.

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

Color convert

RGB 8 99 22 -
CMYK 0.92 0 0.78 0.61
HSL 129.23º 0.85% 0.21% -
HSV(B) 129.23º 0.92% 0.39% -
XYZ 4.71 9.03 2.25 -
YUV 63.01 104.85 88.76 -
System Red Green Blue C M Y K H S L
Decimal 8 99 22 0.92 0 0.78 0.61 129.23 0.85 0.21
Hex 8 63 16 5C 0 4E 3D 81 55 15
Octal 10 143 26 134 0 116 75 201 125 25
Binary 1000 1100011 10110 1011100 0 1001110 111101 10000001 1010101 10101

Color Harmonies of #086316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086316

Black with #086316

Text Example


Text Example

White with #086316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086316; }

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

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

background-color css

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

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

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

border-color css

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

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

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