Html Css Color HEX #096347 Jewel

📋 copy color: '#096347'

red 9 ◦ green 99 ◦ blue 71

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

Shades of Jewel #096347

Tints of Jewel #096347

RGB

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

 GREEN value IS 99 (39.06% from 255) = 55.31%

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

R = 5.03%
G = 55.31%
B = 39.66%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.28

 K value IS 0.61

RGB Variations

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

Color information

#096347 (or 0x096347) is known color: Jewel. HEX triplet: 09, 63 and 47. RGB value is (9,99,71). Sum of RGB (Red+Green+Blue) = 9+99+71=179 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.03% from 179); Green value is 99 (39.06% from 255 or 55.31% from 179); Blue value is 71 (28.12% from 255 or 39.66% from 179); Max value from RGB is 99 - color contains mainly: green. Hex color #096347 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096347 is #F69CB8. Grayscale: #444444. Windows color (decimal): -16161977 or 4678409. OLE color: 4678409.

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

Color convert

RGB 9 99 71 -
CMYK 0.91 0 0.28 0.61
HSL 161.33º 0.83% 0.21% -
HSV(B) 161.33º 0.91% 0.39% -
XYZ 5.71 9.44 7.48 -
YUV 68.9 129.18 85.28 -
System Red Green Blue C M Y K H S L
Decimal 9 99 71 0.91 0 0.28 0.61 161.33 0.83 0.21
Hex 9 63 47 5B 0 1C 3D A1 53 15
Octal 11 143 107 133 0 34 75 241 123 25
Binary 1001 1100011 1000111 1011011 0 11100 111101 10100001 1010011 10101

Color Harmonies of #096347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096347

Black with #096347

Text Example


Text Example

White with #096347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096347; }

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

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

background-color css

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

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

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

border-color css

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

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

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