Html Css Color HEX #096925 Crusoe

📋 copy color: '#096925'

red 9 ◦ green 105 ◦ blue 37

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

Shades of Crusoe #096925

Tints of Crusoe #096925

RGB

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

 GREEN value IS 105 (41.41% from 255) = 69.54%

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

R = 5.96%
G = 69.54%
B = 24.5%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.65

 K value IS 0.59

RGB Variations

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

Color information

#096925 (or 0x096925) is known color: Crusoe. HEX triplet: 09, 69 and 25. RGB value is (9,105,37). Sum of RGB (Red+Green+Blue) = 9+105+37=151 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.96% from 151); Green value is 105 (41.41% from 255 or 69.54% from 151); Blue value is 37 (14.84% from 255 or 24.50% from 151); Max value from RGB is 105 - color contains mainly: green. Hex color #096925 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096925 is #F696DA. Grayscale: #444444. Windows color (decimal): -16160475 or 2451721. OLE color: 2451721.

HSL color Cylindrical-coordinate representation of color #096925: hue angle of 137.5º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096925 is Cyan = 0.91, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.59.

Color convert

RGB 9 105 37 -
CMYK 0.91 0 0.65 0.59
HSL 137.5º 0.84% 0.22% -
HSV(B) 137.5º 0.91% 0.41% -
XYZ 5.5 10.29 3.45 -
YUV 68.54 110.2 85.53 -
System Red Green Blue C M Y K H S L
Decimal 9 105 37 0.91 0 0.65 0.59 137.5 0.84 0.22
Hex 9 69 25 5B 0 41 3B 8A 54 16
Octal 11 151 45 133 0 101 73 212 124 26
Binary 1001 1101001 100101 1011011 0 1000001 111011 10001010 1010100 10110

Color Harmonies of #096925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096925

Black with #096925

Text Example


Text Example

White with #096925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096925; }

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

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

background-color css

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

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

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

border-color css

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

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

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