Html Css Color HEX #096644 Jewel

📋 copy color: '#096644'

red 9 ◦ green 102 ◦ blue 68

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

Shades of Jewel #096644

Tints of Jewel #096644

RGB

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

 GREEN value IS 102 (40.23% from 255) = 56.98%

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

R = 5.03%
G = 56.98%
B = 37.99%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.33

 K value IS 0.6

RGB Variations

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

Color information

#096644 (or 0x096644) is known color: Jewel. HEX triplet: 09, 66 and 44. RGB value is (9,102,68). Sum of RGB (Red+Green+Blue) = 9+102+68=179 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.03% from 179); Green value is 102 (40.23% from 255 or 56.98% from 179); Blue value is 68 (26.95% from 255 or 37.99% from 179); Max value from RGB is 102 - color contains mainly: green. Hex color #096644 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096644 is #F699BB. Grayscale: #464646. Windows color (decimal): -16161212 or 4482569. OLE color: 4482569.

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

Color convert

RGB 9 102 68 -
CMYK 0.91 0 0.33 0.6
HSL 158.06º 0.84% 0.22% -
HSV(B) 158.06º 0.91% 0.4% -
XYZ 5.91 9.98 7.08 -
YUV 70.32 126.69 84.26 -
System Red Green Blue C M Y K H S L
Decimal 9 102 68 0.91 0 0.33 0.6 158.06 0.84 0.22
Hex 9 66 44 5B 0 21 3C 9E 54 16
Octal 11 146 104 133 0 41 74 236 124 26
Binary 1001 1100110 1000100 1011011 0 100001 111100 10011110 1010100 10110

Color Harmonies of #096644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096644

Black with #096644

Text Example


Text Example

White with #096644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096644; }

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

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

background-color css

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

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

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

border-color css

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

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

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