Html Css Color HEX #096543 Jewel

📋 copy color: '#096543'

red 9 ◦ green 101 ◦ blue 67

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

Shades of Jewel #096543

Tints of Jewel #096543

RGB

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

 GREEN value IS 101 (39.84% from 255) = 57.06%

 BLUE value IS 67 (26.56% from 255) = 37.85%

R = 5.08%
G = 57.06%
B = 37.85%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.34

 K value IS 0.60

RGB Variations

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

Color information

#096543 (or 0x096543) is known color: Jewel. HEX triplet: 09, 65 and 43. RGB value is (9,101,67). Sum of RGB (Red+Green+Blue) = 9+101+67=177 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.08% from 177); Green value is 101 (39.84% from 255 or 57.06% from 177); Blue value is 67 (26.56% from 255 or 37.85% from 177); Max value from RGB is 101 - color contains mainly: green. Hex color #096543 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096543 is #F69ABC. Grayscale: #454545. Windows color (decimal): -16161469 or 4416777. OLE color: 4416777.

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

Color convert

RGB 9 101 67 -
CMYK 0.91 0 0.34 0.60
HSL 157.83º 0.84% 0.22% -
HSV(B) 157.83º 0.91% 0.4% -
XYZ 5.78 9.77 6.89 -
YUV 69.62 126.52 84.76 -
System Red Green Blue C M Y K H S L
Decimal 9 101 67 0.91 0 0.34 0.60 157.83 0.84 0.22
Hex 9 65 43 5B 0 22 3C 9E 54 16
Octal 11 145 103 133 0 42 74 236 124 26
Binary 1001 1100101 1000011 1011011 0 100010 111100 10011110 1010100 10110

Color Harmonies of #096543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096543

Black with #096543

Text Example


Text Example

White with #096543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096543; }

 p { color: rgb(9,101,67); }

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

background-color css

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

 a { background-color: rgb(9,101,67); }

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

border-color css

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

 span { border-color: rgb(9,101,67); }

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