Html Css Color HEX #086225 Crusoe

📋 copy color: '#086225'

red 8 ◦ green 98 ◦ blue 37

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

Shades of Crusoe #086225

Tints of Crusoe #086225

RGB

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

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

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

R = 5.59%
G = 68.53%
B = 25.87%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#086225 (or 0x086225) is known color: Crusoe. HEX triplet: 08, 62 and 25. RGB value is (8,98,37). Sum of RGB (Red+Green+Blue) = 8+98+37=143 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.59% from 143); Green value is 98 (38.67% from 255 or 68.53% from 143); Blue value is 37 (14.84% from 255 or 25.87% from 143); Max value from RGB is 98 - color contains mainly: green. Hex color #086225 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086225 is #F79DDA. Grayscale: #404040. Windows color (decimal): -16227803 or 2449928. OLE color: 2449928.

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

Color convert

RGB 8 98 37 -
CMYK 0.92 0 0.62 0.62
HSL 139.33º 0.85% 0.21% -
HSV(B) 139.33º 0.92% 0.38% -
XYZ 4.8 8.92 3.22 -
YUV 64.14 112.68 87.96 -
System Red Green Blue C M Y K H S L
Decimal 8 98 37 0.92 0 0.62 0.62 139.33 0.85 0.21
Hex 8 62 25 5C 0 3E 3E 8B 55 15
Octal 10 142 45 134 0 76 76 213 125 25
Binary 1000 1100010 100101 1011100 0 111110 111110 10001011 1010101 10101

Color Harmonies of #086225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086225

Black with #086225

Text Example


Text Example

White with #086225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086225; }

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

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

background-color css

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

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

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

border-color css

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

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

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