#00650C

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

Shades of Green #00650C

Tints of Green #00650C

Color information

#00650C (or 0x00650C) is unknown color: approx Green. HEX triplet: 00, 65 and 0C. RGB value is (0,101,12). Sum of RGB (Red+Green+Blue) = 0+101+12=113 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 113); Green value is 101 (39.84% from 255 or 89.38% from 113); Blue value is 12 (5.08% from 255 or 10.62% from 113); Max value from RGB is 101 - color contains mainly: green. Hex color #00650C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #00650C is #FF9AF3. Grayscale: #3C3C3C. Windows color (decimal): -16751348 or 812288. OLE color: 812288.

HSL color Cylindrical-coordinate representation of color #00650C: hue angle of 127.13º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00650C is Cyan = 1, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.60.

Color convert

RGB010112-
CMYK100.880.60
HSL127.13º100%19.8%-
HSV(B)127.13º100%39.61%-
XYZ4.729.331.9-
YUV60.66100.5484.74-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 101 (39.84% from 255) = 89.38%
BLUE value IS 12 (5.08% from 255) = 10.62%
R=0%
G=89.38%
B=10.62%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal010112100.880.60127.1310019.8
Hex065C640583C7f6414
Octal01451414401307417714424
Binary0110010111001100100010110001111001111111110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00650C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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