Html Css Color HEX #086D25 Crusoe

📋 copy color: '#086D25'

red 8 ◦ green 109 ◦ blue 37

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

Shades of Crusoe #086D25

Tints of Crusoe #086D25

RGB

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

 GREEN value IS 109 (42.97% from 255) = 70.78%

 BLUE value IS 37 (14.84% from 255) = 24.03%

R = 5.19%
G = 70.78%
B = 24.03%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.66

 K value IS 0.57

RGB Variations

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

Color information

#086D25 (or 0x086D25) is known color: Crusoe. HEX triplet: 08, 6D and 25. RGB value is (8,109,37). Sum of RGB (Red+Green+Blue) = 8+109+37=154 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.19% from 154); Green value is 109 (42.97% from 255 or 70.78% from 154); Blue value is 37 (14.84% from 255 or 24.03% from 154); Max value from RGB is 109 - color contains mainly: green. Hex color #086D25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086D25 is #F792DA. Grayscale: #464646. Windows color (decimal): -16224987 or 2452744. OLE color: 2452744.

HSL color Cylindrical-coordinate representation of color #086D25: hue angle of 137.23º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086D25 is Cyan = 0.93, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.57.

Color convert

RGB 8 109 37 -
CMYK 0.93 0 0.66 0.57
HSL 137.23º 0.86% 0.23% -
HSV(B) 137.23º 0.93% 0.43% -
XYZ 5.9 11.12 3.59 -
YUV 70.59 109.04 83.35 -
System Red Green Blue C M Y K H S L
Decimal 8 109 37 0.93 0 0.66 0.57 137.23 0.86 0.23
Hex 8 6D 25 5D 0 42 39 89 56 17
Octal 10 155 45 135 0 102 71 211 126 27
Binary 1000 1101101 100101 1011101 0 1000010 111001 10001001 1010110 10111

Color Harmonies of #086D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086D25

Black with #086D25

Text Example


Text Example

White with #086D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086D25; }

 p { color: rgb(8,109,37); }

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

background-color css

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

 a { background-color: rgb(8,109,37); }

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

border-color css

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

 span { border-color: rgb(8,109,37); }

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