Html Css Color HEX #096A1B Crusoe

📋 copy color: '#096A1B'

red 9 ◦ green 106 ◦ blue 27

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

Shades of Crusoe #096A1B

Tints of Crusoe #096A1B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 74.65%

 BLUE value IS 27 (10.94% from 255) = 19.01%

R = 6.34%
G = 74.65%
B = 19.01%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.75

 K value IS 0.58

RGB Variations

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

Color information

#096A1B (or 0x096A1B) is known color: Crusoe. HEX triplet: 09, 6A and 1B. RGB value is (9,106,27). Sum of RGB (Red+Green+Blue) = 9+106+27=142 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.34% from 142); Green value is 106 (41.80% from 255 or 74.65% from 142); Blue value is 27 (10.94% from 255 or 19.01% from 142); Max value from RGB is 106 - color contains mainly: green. Hex color #096A1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096A1B is #F695E4. Grayscale: #444444. Windows color (decimal): -16160229 or 1796617. OLE color: 1796617.

HSL color Cylindrical-coordinate representation of color #096A1B: hue angle of 131.13º 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 #096A1B is Cyan = 0.92, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.58.

Color convert

RGB 9 106 27 -
CMYK 0.92 0 0.75 0.58
HSL 131.13º 0.84% 0.23% -
HSV(B) 131.13º 0.92% 0.42% -
XYZ 5.46 10.45 2.77 -
YUV 67.99 104.86 85.92 -
System Red Green Blue C M Y K H S L
Decimal 9 106 27 0.92 0 0.75 0.58 131.13 0.84 0.23
Hex 9 6A 1B 5C 0 4B 3A 83 54 17
Octal 11 152 33 134 0 113 72 203 124 27
Binary 1001 1101010 11011 1011100 0 1001011 111010 10000011 1010100 10111

Color Harmonies of #096A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096A1B

Black with #096A1B

Text Example


Text Example

White with #096A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,106,27); }

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

background-color css

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

 a { background-color: rgb(9,106,27); }

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

border-color css

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

 span { border-color: rgb(9,106,27); }

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