Html Css Color HEX #096B2F Crusoe

📋 copy color: '#096B2F'

red 9 ◦ green 107 ◦ blue 47

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

Shades of Crusoe #096B2F

Tints of Crusoe #096B2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 28.83%

R = 5.52%
G = 65.64%
B = 28.83%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.56

 K value IS 0.58

RGB Variations

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

Color information

#096B2F (or 0x096B2F) is known color: Crusoe. HEX triplet: 09, 6B and 2F. RGB value is (9,107,47). Sum of RGB (Red+Green+Blue) = 9+107+47=163 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.52% from 163); Green value is 107 (42.19% from 255 or 65.64% from 163); Blue value is 47 (18.75% from 255 or 28.83% from 163); Max value from RGB is 107 - color contains mainly: green. Hex color #096B2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096B2F is #F694D0. Grayscale: #474747. Windows color (decimal): -16159953 or 3107593. OLE color: 3107593.

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

Color convert

RGB 9 107 47 -
CMYK 0.92 0 0.56 0.58
HSL 143.27º 0.84% 0.23% -
HSV(B) 143.27º 0.92% 0.42% -
XYZ 5.88 10.78 4.46 -
YUV 70.86 114.53 83.88 -
System Red Green Blue C M Y K H S L
Decimal 9 107 47 0.92 0 0.56 0.58 143.27 0.84 0.23
Hex 9 6B 2F 5C 0 38 3A 8F 54 17
Octal 11 153 57 134 0 70 72 217 124 27
Binary 1001 1101011 101111 1011100 0 111000 111010 10001111 1010100 10111

Color Harmonies of #096B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096B2F

Black with #096B2F

Text Example


Text Example

White with #096B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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