Html Css Color HEX #096646 Jewel

📋 copy color: '#096646'

red 9 ◦ green 102 ◦ blue 70

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

Shades of Jewel #096646

Tints of Jewel #096646

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 38.67%

R = 4.97%
G = 56.35%
B = 38.67%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.31

 K value IS 0.6

RGB Variations

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

Color information

#096646 (or 0x096646) is known color: Jewel. HEX triplet: 09, 66 and 46. RGB value is (9,102,70). Sum of RGB (Red+Green+Blue) = 9+102+70=181 (23% of max value = 765). Red value is 9 (3.91% from 255 or 4.97% from 181); Green value is 102 (40.23% from 255 or 56.35% from 181); Blue value is 70 (27.73% from 255 or 38.67% from 181); Max value from RGB is 102 - color contains mainly: green. Hex color #096646 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096646 is #F699B9. Grayscale: #464646. Windows color (decimal): -16161210 or 4613641. OLE color: 4613641.

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

Color convert

RGB 9 102 70 -
CMYK 0.91 0 0.31 0.6
HSL 159.35º 0.84% 0.22% -
HSV(B) 159.35º 0.91% 0.4% -
XYZ 5.97 10 7.41 -
YUV 70.55 127.69 84.1 -
System Red Green Blue C M Y K H S L
Decimal 9 102 70 0.91 0 0.31 0.6 159.35 0.84 0.22
Hex 9 66 46 5B 0 1F 3C 9F 54 16
Octal 11 146 106 133 0 37 74 237 124 26
Binary 1001 1100110 1000110 1011011 0 11111 111100 10011111 1010100 10110

Color Harmonies of #096646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096646

Black with #096646

Text Example


Text Example

White with #096646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096646; }

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

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

background-color css

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

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

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

border-color css

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

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

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