Html Css Color HEX #096B2B Crusoe

📋 copy color: '#096B2B'

red 9 ◦ green 107 ◦ blue 43

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

Shades of Crusoe #096B2B

Tints of Crusoe #096B2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 27.04%

R = 5.66%
G = 67.3%
B = 27.04%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.60

 K value IS 0.58

RGB Variations

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

Color information

#096B2B (or 0x096B2B) is known color: Crusoe. HEX triplet: 09, 6B and 2B. RGB value is (9,107,43). Sum of RGB (Red+Green+Blue) = 9+107+43=159 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.66% from 159); Green value is 107 (42.19% from 255 or 67.30% from 159); Blue value is 43 (17.19% from 255 or 27.04% from 159); Max value from RGB is 107 - color contains mainly: green. Hex color #096B2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096B2B is #F694D4. Grayscale: #464646. Windows color (decimal): -16159957 or 2845449. OLE color: 2845449.

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

Color convert

RGB 9 107 43 -
CMYK 0.92 0 0.60 0.58
HSL 140.82º 0.84% 0.23% -
HSV(B) 140.82º 0.92% 0.42% -
XYZ 5.81 10.75 4.05 -
YUV 70.4 112.53 84.2 -
System Red Green Blue C M Y K H S L
Decimal 9 107 43 0.92 0 0.60 0.58 140.82 0.84 0.23
Hex 9 6B 2B 5C 0 3C 3A 8D 54 17
Octal 11 153 53 134 0 74 72 215 124 27
Binary 1001 1101011 101011 1011100 0 111100 111010 10001101 1010100 10111

Color Harmonies of #096B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096B2B

Black with #096B2B

Text Example


Text Example

White with #096B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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