Html Css Color HEX #096225 Crusoe

📋 copy color: '#096225'

red 9 ◦ green 98 ◦ blue 37

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

Shades of Crusoe #096225

Tints of Crusoe #096225

RGB

 RED value IS 9 (3.91% from 255) = 6.25%

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

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

R = 6.25%
G = 68.06%
B = 25.69%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#096225 (or 0x096225) is known color: Crusoe. HEX triplet: 09, 62 and 25. RGB value is (9,98,37). Sum of RGB (Red+Green+Blue) = 9+98+37=144 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.25% from 144); Green value is 98 (38.67% from 255 or 68.06% from 144); Blue value is 37 (14.84% from 255 or 25.69% from 144); Max value from RGB is 98 - color contains mainly: green. Hex color #096225 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096225 is #F69DDA. Grayscale: #404040. Windows color (decimal): -16162267 or 2449929. OLE color: 2449929.

HSL color Cylindrical-coordinate representation of color #096225: hue angle of 138.88º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096225 is Cyan = 0.91, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.62.

Color convert

RGB 9 98 37 -
CMYK 0.91 0 0.62 0.62
HSL 138.88º 0.83% 0.21% -
HSV(B) 138.88º 0.91% 0.38% -
XYZ 4.81 8.93 3.22 -
YUV 64.44 112.51 88.46 -
System Red Green Blue C M Y K H S L
Decimal 9 98 37 0.91 0 0.62 0.62 138.88 0.83 0.21
Hex 9 62 25 5B 0 3E 3E 8B 53 15
Octal 11 142 45 133 0 76 76 213 123 25
Binary 1001 1100010 100101 1011011 0 111110 111110 10001011 1010011 10101

Color Harmonies of #096225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096225

Black with #096225

Text Example


Text Example

White with #096225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096225; }

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

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

background-color css

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

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

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

border-color css

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

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

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