Html Css Color HEX #096B25 Crusoe

📋 copy color: '#096B25'

red 9 ◦ green 107 ◦ blue 37

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

Shades of Crusoe #096B25

Tints of Crusoe #096B25

RGB

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

 GREEN value IS 107 (42.19% from 255) = 69.93%

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

R = 5.88%
G = 69.93%
B = 24.18%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.65

 K value IS 0.58

RGB Variations

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

Color information

#096B25 (or 0x096B25) is known color: Crusoe. HEX triplet: 09, 6B and 25. RGB value is (9,107,37). Sum of RGB (Red+Green+Blue) = 9+107+37=153 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.88% from 153); Green value is 107 (42.19% from 255 or 69.93% from 153); Blue value is 37 (14.84% from 255 or 24.18% from 153); Max value from RGB is 107 - color contains mainly: green. Hex color #096B25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096B25 is #F694DA. Grayscale: #454545. Windows color (decimal): -16159963 or 2452233. OLE color: 2452233.

HSL color Cylindrical-coordinate representation of color #096B25: hue angle of 137.14º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096B25 is Cyan = 0.92, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.58.

Color convert

RGB 9 107 37 -
CMYK 0.92 0 0.65 0.58
HSL 137.14º 0.84% 0.23% -
HSV(B) 137.14º 0.92% 0.42% -
XYZ 5.7 10.71 3.52 -
YUV 69.72 109.53 84.69 -
System Red Green Blue C M Y K H S L
Decimal 9 107 37 0.92 0 0.65 0.58 137.14 0.84 0.23
Hex 9 6B 25 5C 0 41 3A 89 54 17
Octal 11 153 45 134 0 101 72 211 124 27
Binary 1001 1101011 100101 1011100 0 1000001 111010 10001001 1010100 10111

Color Harmonies of #096B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096B25

Black with #096B25

Text Example


Text Example

White with #096B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096B25; }

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

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

background-color css

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

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

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

border-color css

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

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

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