Html Css Color HEX #096F25 Crusoe

📋 copy color: '#096F25'

red 9 ◦ green 111 ◦ blue 37

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

Shades of Crusoe #096F25

Tints of Crusoe #096F25

RGB

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

 GREEN value IS 111 (43.75% from 255) = 70.7%

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

R = 5.73%
G = 70.7%
B = 23.57%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#096F25 (or 0x096F25) is known color: Crusoe. HEX triplet: 09, 6F and 25. RGB value is (9,111,37). Sum of RGB (Red+Green+Blue) = 9+111+37=157 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.73% from 157); Green value is 111 (43.75% from 255 or 70.70% from 157); Blue value is 37 (14.84% from 255 or 23.57% from 157); Max value from RGB is 111 - color contains mainly: green. Hex color #096F25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096F25 is #F690DA. Grayscale: #484848. Windows color (decimal): -16158939 or 2453257. OLE color: 2453257.

HSL color Cylindrical-coordinate representation of color #096F25: hue angle of 136.47º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096F25 is Cyan = 0.92, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.56.

Color convert

RGB 9 111 37 -
CMYK 0.92 0 0.67 0.56
HSL 136.47º 0.85% 0.24% -
HSV(B) 136.47º 0.92% 0.44% -
XYZ 6.13 11.56 3.66 -
YUV 72.07 108.21 83.02 -
System Red Green Blue C M Y K H S L
Decimal 9 111 37 0.92 0 0.67 0.56 136.47 0.85 0.24
Hex 9 6F 25 5C 0 43 38 88 55 18
Octal 11 157 45 134 0 103 70 210 125 30
Binary 1001 1101111 100101 1011100 0 1000011 111000 10001000 1010101 11000

Color Harmonies of #096F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096F25

Black with #096F25

Text Example


Text Example

White with #096F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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