Html Css Color HEX #086527 Crusoe

📋 copy color: '#086527'

red 8 ◦ green 101 ◦ blue 39

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

Shades of Crusoe #086527

Tints of Crusoe #086527

RGB

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

 GREEN value IS 101 (39.84% from 255) = 68.24%

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

R = 5.41%
G = 68.24%
B = 26.35%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.61

 K value IS 0.60

RGB Variations

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

Color information

#086527 (or 0x086527) is known color: Crusoe. HEX triplet: 08, 65 and 27. RGB value is (8,101,39). Sum of RGB (Red+Green+Blue) = 8+101+39=148 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.41% from 148); Green value is 101 (39.84% from 255 or 68.24% from 148); Blue value is 39 (15.62% from 255 or 26.35% from 148); Max value from RGB is 101 - color contains mainly: green. Hex color #086527 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086527 is #F79AD8. Grayscale: #424242. Windows color (decimal): -16227033 or 2581768. OLE color: 2581768.

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

Color convert

RGB 8 101 39 -
CMYK 0.92 0 0.61 0.60
HSL 140º 0.85% 0.21% -
HSV(B) 140º 0.92% 0.4% -
XYZ 5.12 9.51 3.48 -
YUV 66.13 112.69 86.54 -
System Red Green Blue C M Y K H S L
Decimal 8 101 39 0.92 0 0.61 0.60 140 0.85 0.21
Hex 8 65 27 5C 0 3D 3C 8C 55 15
Octal 10 145 47 134 0 75 74 214 125 25
Binary 1000 1100101 100111 1011100 0 111101 111100 10001100 1010101 10101

Color Harmonies of #086527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086527

Black with #086527

Text Example


Text Example

White with #086527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086527; }

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

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

background-color css

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

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

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

border-color css

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

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

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