Html Css Color HEX #096F2A Crusoe

📋 copy color: '#096F2A'

red 9 ◦ green 111 ◦ blue 42

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

Shades of Crusoe #096F2A

Tints of Crusoe #096F2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 25.93%

R = 5.56%
G = 68.52%
B = 25.93%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#096F2A (or 0x096F2A) is known color: Crusoe. HEX triplet: 09, 6F and 2A. RGB value is (9,111,42). Sum of RGB (Red+Green+Blue) = 9+111+42=162 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.56% from 162); Green value is 111 (43.75% from 255 or 68.52% from 162); Blue value is 42 (16.80% from 255 or 25.93% from 162); Max value from RGB is 111 - color contains mainly: green. Hex color #096F2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096F2A is #F690D5. Grayscale: #484848. Windows color (decimal): -16158934 or 2780937. OLE color: 2780937.

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

Color convert

RGB 9 111 42 -
CMYK 0.92 0 0.62 0.56
HSL 139.41º 0.85% 0.24% -
HSV(B) 139.41º 0.92% 0.44% -
XYZ 6.22 11.59 4.1 -
YUV 72.64 110.71 82.61 -
System Red Green Blue C M Y K H S L
Decimal 9 111 42 0.92 0 0.62 0.56 139.41 0.85 0.24
Hex 9 6F 2A 5C 0 3E 38 8B 55 18
Octal 11 157 52 134 0 76 70 213 125 30
Binary 1001 1101111 101010 1011100 0 111110 111000 10001011 1010101 11000

Color Harmonies of #096F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096F2A

Black with #096F2A

Text Example


Text Example

White with #096F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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