Html Css Color HEX #096325 Crusoe

📋 copy color: '#096325'

red 9 ◦ green 99 ◦ blue 37

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

Shades of Crusoe #096325

Tints of Crusoe #096325

RGB

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

 GREEN value IS 99 (39.06% from 255) = 68.28%

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

R = 6.21%
G = 68.28%
B = 25.52%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.63

 K value IS 0.61

RGB Variations

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

Color information

#096325 (or 0x096325) is known color: Crusoe. HEX triplet: 09, 63 and 25. RGB value is (9,99,37). Sum of RGB (Red+Green+Blue) = 9+99+37=145 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.21% from 145); Green value is 99 (39.06% from 255 or 68.28% from 145); Blue value is 37 (14.84% from 255 or 25.52% from 145); Max value from RGB is 99 - color contains mainly: green. Hex color #096325 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096325 is #F69CDA. Grayscale: #414141. Windows color (decimal): -16162011 or 2450185. OLE color: 2450185.

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

Color convert

RGB 9 99 37 -
CMYK 0.91 0 0.63 0.61
HSL 138.67º 0.83% 0.21% -
HSV(B) 138.67º 0.91% 0.39% -
XYZ 4.91 9.12 3.25 -
YUV 65.02 112.18 88.04 -
System Red Green Blue C M Y K H S L
Decimal 9 99 37 0.91 0 0.63 0.61 138.67 0.83 0.21
Hex 9 63 25 5B 0 3F 3D 8B 53 15
Octal 11 143 45 133 0 77 75 213 123 25
Binary 1001 1100011 100101 1011011 0 111111 111101 10001011 1010011 10101

Color Harmonies of #096325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096325

Black with #096325

Text Example


Text Example

White with #096325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096325; }

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

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

background-color css

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

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

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

border-color css

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

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

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