Html Css Color HEX #096944 Jewel

📋 copy color: '#096944'

red 9 ◦ green 105 ◦ blue 68

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

Shades of Jewel #096944

Tints of Jewel #096944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 37.36%

R = 4.95%
G = 57.69%
B = 37.36%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.35

 K value IS 0.59

RGB Variations

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

Color information

#096944 (or 0x096944) is known color: Jewel. HEX triplet: 09, 69 and 44. RGB value is (9,105,68). Sum of RGB (Red+Green+Blue) = 9+105+68=182 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.95% from 182); Green value is 105 (41.41% from 255 or 57.69% from 182); Blue value is 68 (26.95% from 255 or 37.36% from 182); Max value from RGB is 105 - color contains mainly: green. Hex color #096944 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096944 is #F696BB. Grayscale: #484848. Windows color (decimal): -16160444 or 4483337. OLE color: 4483337.

HSL color Cylindrical-coordinate representation of color #096944: hue angle of 156.88º 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 #096944 is Cyan = 0.91, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.59.

Color convert

RGB 9 105 68 -
CMYK 0.91 0 0.35 0.59
HSL 156.88º 0.84% 0.22% -
HSV(B) 156.88º 0.91% 0.41% -
XYZ 6.21 10.58 7.18 -
YUV 72.08 125.7 83.01 -
System Red Green Blue C M Y K H S L
Decimal 9 105 68 0.91 0 0.35 0.59 156.88 0.84 0.22
Hex 9 69 44 5B 0 23 3B 9D 54 16
Octal 11 151 104 133 0 43 73 235 124 26
Binary 1001 1101001 1000100 1011011 0 100011 111011 10011101 1010100 10110

Color Harmonies of #096944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096944

Black with #096944

Text Example


Text Example

White with #096944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096944; }

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

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

background-color css

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

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

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

border-color css

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

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

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