Html Css Color HEX #096B2A Crusoe

📋 copy color: '#096B2A'

red 9 ◦ green 107 ◦ blue 42

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

Shades of Crusoe #096B2A

Tints of Crusoe #096B2A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 67.72%

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

R = 5.7%
G = 67.72%
B = 26.58%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.61

 K value IS 0.58

RGB Variations

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

Color information

#096B2A (or 0x096B2A) is known color: Crusoe. HEX triplet: 09, 6B and 2A. RGB value is (9,107,42). Sum of RGB (Red+Green+Blue) = 9+107+42=158 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.70% from 158); Green value is 107 (42.19% from 255 or 67.72% from 158); Blue value is 42 (16.80% from 255 or 26.58% from 158); Max value from RGB is 107 - color contains mainly: green. Hex color #096B2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096B2A is #F694D5. Grayscale: #464646. Windows color (decimal): -16159958 or 2779913. OLE color: 2779913.

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

Color convert

RGB 9 107 42 -
CMYK 0.92 0 0.61 0.58
HSL 140.2º 0.84% 0.23% -
HSV(B) 140.2º 0.92% 0.42% -
XYZ 5.79 10.74 3.96 -
YUV 70.29 112.03 84.29 -
System Red Green Blue C M Y K H S L
Decimal 9 107 42 0.92 0 0.61 0.58 140.2 0.84 0.23
Hex 9 6B 2A 5C 0 3D 3A 8C 54 17
Octal 11 153 52 134 0 75 72 214 124 27
Binary 1001 1101011 101010 1011100 0 111101 111010 10001100 1010100 10111

Color Harmonies of #096B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096B2A

Black with #096B2A

Text Example


Text Example

White with #096B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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