#09663D

Color #09663D Jewel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jewel #09663D

Tints of Jewel #09663D

Color information

#09663D (or 0x09663D) is unknown color: approx Jewel. HEX triplet: 09, 66 and 3D. RGB value is (9,102,61). Sum of RGB (Red+Green+Blue) = 9+102+61=172 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.23% from 172); Green value is 102 (40.23% from 255 or 59.30% from 172); Blue value is 61 (24.22% from 255 or 35.47% from 172); Max value from RGB is 102 - color contains mainly: green. Hex color #09663D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09663D is #F699C2. Grayscale: #454545. Windows color (decimal): -16161219 or 4023817. OLE color: 4023817.

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

Color convert

RGB910261-
CMYK0.9100.400.6
HSL153.55º83.78%21.76%-
HSV(B)153.55º91.18%40%-
XYZ5.719.96.02-
YUV69.52123.1984.83-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.23%
GREEN value IS 102 (40.23% from 255) = 59.30%
BLUE value IS 61 (24.22% from 255) = 35.47%
R=5.23%
G=59.30%
B=35.47%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal9102610.9100.400.6153.5583.7821.76
Hex9663D5B0283C9a5416
Octal11146751330507423212426
Binary100111001101111011011011010100011110010011010101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09663D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09663D; }

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

 H1.HeaderClassName
 {
   color: #09663D;
 }
 .AnyTagClassName
 {
   color: #09663D;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #09663D;
 }
 .BgClassName
 {
   background-color: #09663D;
 }
</style>
border-color css

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

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

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