Html Css Color HEX #086027 Crusoe

📋 copy color: '#086027'

red 8 ◦ green 96 ◦ blue 39

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

Shades of Crusoe #086027

Tints of Crusoe #086027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 27.27%

R = 5.59%
G = 67.13%
B = 27.27%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#086027 (or 0x086027) is known color: Crusoe. HEX triplet: 08, 60 and 27. RGB value is (8,96,39). Sum of RGB (Red+Green+Blue) = 8+96+39=143 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.59% from 143); Green value is 96 (37.89% from 255 or 67.13% from 143); Blue value is 39 (15.62% from 255 or 27.27% from 143); Max value from RGB is 96 - color contains mainly: green. Hex color #086027 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086027 is #F79FD8. Grayscale: #3F3F3F. Windows color (decimal): -16228313 or 2580488. OLE color: 2580488.

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

Color convert

RGB 8 96 39 -
CMYK 0.92 0 0.59 0.62
HSL 141.14º 0.85% 0.2% -
HSV(B) 141.14º 0.92% 0.38% -
XYZ 4.65 8.56 3.33 -
YUV 63.19 114.35 88.63 -
System Red Green Blue C M Y K H S L
Decimal 8 96 39 0.92 0 0.59 0.62 141.14 0.85 0.2
Hex 8 60 27 5C 0 3B 3E 8D 55 14
Octal 10 140 47 134 0 73 76 215 125 24
Binary 1000 1100000 100111 1011100 0 111011 111110 10001101 1010101 10100

Color Harmonies of #086027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086027

Black with #086027

Text Example


Text Example

White with #086027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086027; }

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

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

background-color css

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

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

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

border-color css

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

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

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