#09650C

Color #09650C Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #09650C

Tints of Green #09650C

Color information

#09650C (or 0x09650C) is unknown color: approx Green. HEX triplet: 09, 65 and 0C. RGB value is (9,101,12). Sum of RGB (Red+Green+Blue) = 9+101+12=122 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.38% from 122); Green value is 101 (39.84% from 255 or 82.79% from 122); Blue value is 12 (5.08% from 255 or 9.84% from 122); Max value from RGB is 101 - color contains mainly: green. Hex color #09650C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #09650C is #F69AF3. Grayscale: #3F3F3F. Windows color (decimal): -16161524 or 812297. OLE color: 812297.

HSL color Cylindrical-coordinate representation of color #09650C: hue angle of 121.96º 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 #09650C is Cyan = 0.91, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.60.

Color convert

RGB910112-
CMYK0.9100.880.60
HSL121.96º83.64%21.57%-
HSV(B)121.96º91.09%39.61%-
XYZ4.839.391.91-
YUV63.3599.0289.24-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.38%
GREEN value IS 101 (39.84% from 255) = 82.79%
BLUE value IS 12 (5.08% from 255) = 9.84%
R=7.38%
G=82.79%
B=9.84%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal9101120.9100.880.60121.9683.6421.57
Hex965C5B0583C7a5416
Octal111451413301307417212426
Binary1001110010111001011011010110001111001111010101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09650C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09650C; }

 p { color: rgb(9,101,12); }

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

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

 a { background-color: rgb(9,101,12); }

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

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

 span { border-color: rgb(9,101,12); }

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