Html Css Color HEX #096044 Jewel

📋 copy color: '#096044'

red 9 ◦ green 96 ◦ blue 68

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

Shades of Jewel #096044

Tints of Jewel #096044

RGB

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

 GREEN value IS 96 (37.89% from 255) = 55.49%

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

R = 5.2%
G = 55.49%
B = 39.31%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#096044 (or 0x096044) is known color: Jewel. HEX triplet: 09, 60 and 44. RGB value is (9,96,68). Sum of RGB (Red+Green+Blue) = 9+96+68=173 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.20% from 173); Green value is 96 (37.89% from 255 or 55.49% from 173); Blue value is 68 (26.95% from 255 or 39.31% from 173); Max value from RGB is 96 - color contains mainly: green. Hex color #096044 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096044 is #F69FBB. Grayscale: #424242. Windows color (decimal): -16162748 or 4481033. OLE color: 4481033.

HSL color Cylindrical-coordinate representation of color #096044: hue angle of 160.69º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096044 is Cyan = 0.91, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB 9 96 68 -
CMYK 0.91 0 0.29 0.62
HSL 160.69º 0.83% 0.21% -
HSV(B) 160.69º 0.91% 0.38% -
XYZ 5.34 8.84 6.89 -
YUV 66.8 128.68 86.78 -
System Red Green Blue C M Y K H S L
Decimal 9 96 68 0.91 0 0.29 0.62 160.69 0.83 0.21
Hex 9 60 44 5B 0 1D 3E A1 53 15
Octal 11 140 104 133 0 35 76 241 123 25
Binary 1001 1100000 1000100 1011011 0 11101 111110 10100001 1010011 10101

Color Harmonies of #096044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096044

Black with #096044

Text Example


Text Example

White with #096044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096044; }

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

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

background-color css

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

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

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

border-color css

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

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

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