Html Css Color HEX #096D1E Crusoe

📋 copy color: '#096D1E'

red 9 ◦ green 109 ◦ blue 30

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

Shades of Crusoe #096D1E

Tints of Crusoe #096D1E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 73.65%

 BLUE value IS 30 (12.11% from 255) = 20.27%

R = 6.08%
G = 73.65%
B = 20.27%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.72

 K value IS 0.57

RGB Variations

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

Color information

#096D1E (or 0x096D1E) is known color: Crusoe. HEX triplet: 09, 6D and 1E. RGB value is (9,109,30). Sum of RGB (Red+Green+Blue) = 9+109+30=148 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.08% from 148); Green value is 109 (42.97% from 255 or 73.65% from 148); Blue value is 30 (12.11% from 255 or 20.27% from 148); Max value from RGB is 109 - color contains mainly: green. Hex color #096D1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096D1E is #F692E1. Grayscale: #464646. Windows color (decimal): -16159458 or 1993993. OLE color: 1993993.

HSL color Cylindrical-coordinate representation of color #096D1E: hue angle of 132.6º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096D1E is Cyan = 0.92, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.57.

Color convert

RGB 9 109 30 -
CMYK 0.92 0 0.72 0.57
HSL 132.6º 0.85% 0.23% -
HSV(B) 132.6º 0.92% 0.43% -
XYZ 5.82 11.09 3.06 -
YUV 70.09 105.37 84.42 -
System Red Green Blue C M Y K H S L
Decimal 9 109 30 0.92 0 0.72 0.57 132.6 0.85 0.23
Hex 9 6D 1E 5C 0 48 39 85 55 17
Octal 11 155 36 134 0 110 71 205 125 27
Binary 1001 1101101 11110 1011100 0 1001000 111001 10000101 1010101 10111

Color Harmonies of #096D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096D1E

Black with #096D1E

Text Example


Text Example

White with #096D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,109,30); }

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

background-color css

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

 a { background-color: rgb(9,109,30); }

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

border-color css

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

 span { border-color: rgb(9,109,30); }

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