Html Css Color HEX #096942 Jewel

📋 copy color: '#096942'

red 9 ◦ green 105 ◦ blue 66

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

Shades of Jewel #096942

Tints of Jewel #096942

RGB

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

 GREEN value IS 105 (41.41% from 255) = 58.33%

 BLUE value IS 66 (26.17% from 255) = 36.67%

R = 5%
G = 58.33%
B = 36.67%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.37

 K value IS 0.59

RGB Variations

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

Color information

#096942 (or 0x096942) is known color: Jewel. HEX triplet: 09, 69 and 42. RGB value is (9,105,66). Sum of RGB (Red+Green+Blue) = 9+105+66=180 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5% from 180); Green value is 105 (41.41% from 255 or 58.33% from 180); Blue value is 66 (26.17% from 255 or 36.67% from 180); Max value from RGB is 105 - color contains mainly: green. Hex color #096942 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096942 is #F696BD. Grayscale: #474747. Windows color (decimal): -16160446 or 4352265. OLE color: 4352265.

HSL color Cylindrical-coordinate representation of color #096942: hue angle of 155.62º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096942 is Cyan = 0.91, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.59.

Color convert

RGB 9 105 66 -
CMYK 0.91 0 0.37 0.59
HSL 155.63º 0.84% 0.22% -
HSV(B) 155.63º 0.91% 0.41% -
XYZ 6.15 10.55 6.87 -
YUV 71.85 124.7 83.17 -
System Red Green Blue C M Y K H S L
Decimal 9 105 66 0.91 0 0.37 0.59 155.63 0.84 0.22
Hex 9 69 42 5B 0 25 3B 9C 54 16
Octal 11 151 102 133 0 45 73 234 124 26
Binary 1001 1101001 1000010 1011011 0 100101 111011 10011100 1010100 10110

Color Harmonies of #096942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096942

Black with #096942

Text Example


Text Example

White with #096942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096942; }

 p { color: rgb(9,105,66); }

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

background-color css

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

 a { background-color: rgb(9,105,66); }

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

border-color css

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

 span { border-color: rgb(9,105,66); }

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