Html Css Color HEX #096A1D Crusoe

📋 copy color: '#096A1D'

red 9 ◦ green 106 ◦ blue 29

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

Shades of Crusoe #096A1D

Tints of Crusoe #096A1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 20.14%

R = 6.25%
G = 73.61%
B = 20.14%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.73

 K value IS 0.58

RGB Variations

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

Color information

#096A1D (or 0x096A1D) is known color: Crusoe. HEX triplet: 09, 6A and 1D. RGB value is (9,106,29). Sum of RGB (Red+Green+Blue) = 9+106+29=144 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.25% from 144); Green value is 106 (41.80% from 255 or 73.61% from 144); Blue value is 29 (11.72% from 255 or 20.14% from 144); Max value from RGB is 106 - color contains mainly: green. Hex color #096A1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096A1D is #F695E2. Grayscale: #444444. Windows color (decimal): -16160227 or 1927689. OLE color: 1927689.

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

Color convert

RGB 9 106 29 -
CMYK 0.92 0 0.73 0.58
HSL 132.37º 0.84% 0.23% -
HSV(B) 132.37º 0.92% 0.42% -
XYZ 5.49 10.45 2.89 -
YUV 68.22 105.86 85.76 -
System Red Green Blue C M Y K H S L
Decimal 9 106 29 0.92 0 0.73 0.58 132.37 0.84 0.23
Hex 9 6A 1D 5C 0 49 3A 84 54 17
Octal 11 152 35 134 0 111 72 204 124 27
Binary 1001 1101010 11101 1011100 0 1001001 111010 10000100 1010100 10111

Color Harmonies of #096A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096A1D

Black with #096A1D

Text Example


Text Example

White with #096A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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