Html Css Color HEX #086015 Crusoe

📋 copy color: '#086015'

red 8 ◦ green 96 ◦ blue 21

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

Shades of Crusoe #086015

Tints of Crusoe #086015

RGB

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

 GREEN value IS 96 (37.89% from 255) = 76.8%

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

R = 6.4%
G = 76.8%
B = 16.8%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#086015 (or 0x086015) is known color: Crusoe. HEX triplet: 08, 60 and 15. RGB value is (8,96,21). Sum of RGB (Red+Green+Blue) = 8+96+21=125 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.4% from 125); Green value is 96 (37.89% from 255 or 76.8% from 125); Blue value is 21 (8.59% from 255 or 16.8% from 125); Max value from RGB is 96 - color contains mainly: green. Hex color #086015 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086015 is #F79FEA. Grayscale: #3D3D3D. Windows color (decimal): -16228331 or 1400840. OLE color: 1400840.

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

Color convert

RGB 8 96 21 -
CMYK 0.92 0 0.78 0.62
HSL 128.86º 0.85% 0.2% -
HSV(B) 128.86º 0.92% 0.38% -
XYZ 4.42 8.47 2.11 -
YUV 61.14 105.35 90.1 -
System Red Green Blue C M Y K H S L
Decimal 8 96 21 0.92 0 0.78 0.62 128.86 0.85 0.2
Hex 8 60 15 5C 0 4E 3E 81 55 14
Octal 10 140 25 134 0 116 76 201 125 24
Binary 1000 1100000 10101 1011100 0 1001110 111110 10000001 1010101 10100

Color Harmonies of #086015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086015

Black with #086015

Text Example


Text Example

White with #086015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086015; }

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

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

background-color css

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

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

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

border-color css

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

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

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