Html Css Color HEX #086215 Crusoe

📋 copy color: '#086215'

red 8 ◦ green 98 ◦ blue 21

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

Shades of Crusoe #086215

Tints of Crusoe #086215

RGB

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

 GREEN value IS 98 (38.67% from 255) = 77.17%

 BLUE value IS 21 (8.59% from 255) = 16.54%

R = 6.3%
G = 77.17%
B = 16.54%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#086215 (or 0x086215) is known color: Crusoe. HEX triplet: 08, 62 and 15. RGB value is (8,98,21). Sum of RGB (Red+Green+Blue) = 8+98+21=127 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.30% from 127); Green value is 98 (38.67% from 255 or 77.17% from 127); Blue value is 21 (8.59% from 255 or 16.54% from 127); Max value from RGB is 98 - color contains mainly: green. Hex color #086215 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086215 is #F79DEA. Grayscale: #3E3E3E. Windows color (decimal): -16227819 or 1401352. OLE color: 1401352.

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

Color convert

RGB 8 98 21 -
CMYK 0.92 0 0.79 0.62
HSL 128.67º 0.85% 0.21% -
HSV(B) 128.67º 0.92% 0.38% -
XYZ 4.6 8.84 2.17 -
YUV 62.31 104.68 89.26 -
System Red Green Blue C M Y K H S L
Decimal 8 98 21 0.92 0 0.79 0.62 128.67 0.85 0.21
Hex 8 62 15 5C 0 4F 3E 81 55 15
Octal 10 142 25 134 0 117 76 201 125 25
Binary 1000 1100010 10101 1011100 0 1001111 111110 10000001 1010101 10101

Color Harmonies of #086215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086215

Black with #086215

Text Example


Text Example

White with #086215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086215; }

 p { color: rgb(8,98,21); }

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

background-color css

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

 a { background-color: rgb(8,98,21); }

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

border-color css

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

 span { border-color: rgb(8,98,21); }

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