Html Css Color HEX #096647 Jewel

📋 copy color: '#096647'

red 9 ◦ green 102 ◦ blue 71

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

Shades of Jewel #096647

Tints of Jewel #096647

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 39.01%

R = 4.95%
G = 56.04%
B = 39.01%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.30

 K value IS 0.6

RGB Variations

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

Color information

#096647 (or 0x096647) is known color: Jewel. HEX triplet: 09, 66 and 47. RGB value is (9,102,71). Sum of RGB (Red+Green+Blue) = 9+102+71=182 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.95% from 182); Green value is 102 (40.23% from 255 or 56.04% from 182); Blue value is 71 (28.12% from 255 or 39.01% from 182); Max value from RGB is 102 - color contains mainly: green. Hex color #096647 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096647 is #F699B8. Grayscale: #464646. Windows color (decimal): -16161209 or 4679177. OLE color: 4679177.

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

Color convert

RGB 9 102 71 -
CMYK 0.91 0 0.30 0.6
HSL 160º 0.84% 0.22% -
HSV(B) 160º 0.91% 0.4% -
XYZ 6 10.02 7.58 -
YUV 70.66 128.19 84.02 -
System Red Green Blue C M Y K H S L
Decimal 9 102 71 0.91 0 0.30 0.6 160 0.84 0.22
Hex 9 66 47 5B 0 1E 3C A0 54 16
Octal 11 146 107 133 0 36 74 240 124 26
Binary 1001 1100110 1000111 1011011 0 11110 111100 10100000 1010100 10110

Color Harmonies of #096647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096647

Black with #096647

Text Example


Text Example

White with #096647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096647; }

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

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

background-color css

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

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

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

border-color css

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

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

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