#09623F

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

Shades of Jewel #09623F

Tints of Jewel #09623F

Color information

#09623F (or 0x09623F) is unknown color: approx Jewel. HEX triplet: 09, 62 and 3F. RGB value is (9,98,63). Sum of RGB (Red+Green+Blue) = 9+98+63=170 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.29% from 170); Green value is 98 (38.67% from 255 or 57.65% from 170); Blue value is 63 (25% from 255 or 37.06% from 170); Max value from RGB is 98 - color contains mainly: green. Hex color #09623F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09623F is #F69DC0. Grayscale: #434343. Windows color (decimal): -16162241 or 4153865. OLE color: 4153865.

HSL color Cylindrical-coordinate representation of color #09623F: hue angle of 156.4º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09623F is Cyan = 0.91, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.62.

Color convert

RGB99863-
CMYK0.9100.360.62
HSL156.4º83.18%20.98%-
HSV(B)156.4º90.82%38.43%-
XYZ5.389.156.19-
YUV67.4125.5186.35-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.29%
GREEN value IS 98 (38.67% from 255) = 57.65%
BLUE value IS 63 (25% from 255) = 37.06%
R=5.29%
G=57.65%
B=37.06%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal998630.9100.360.62156.483.1820.98
Hex9623F5B0243E9c5315
Octal11142771330447623412325
Binary100111000101111111011011010010011111010011100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09623F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09623F; }

 p { color: rgb(9,98,63); }

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

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

 a { background-color: rgb(9,98,63); }

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

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

 span { border-color: rgb(9,98,63); }

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