#00650E

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

Shades of Green #00650E

Tints of Green #00650E

Color information

#00650E (or 0x00650E) is unknown color: approx Green. HEX triplet: 00, 65 and 0E. RGB value is (0,101,14). Sum of RGB (Red+Green+Blue) = 0+101+14=115 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 115); Green value is 101 (39.84% from 255 or 87.83% from 115); Blue value is 14 (5.86% from 255 or 12.17% from 115); Max value from RGB is 101 - color contains mainly: green. Hex color #00650E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #00650E is #FF9AF1. Grayscale: #3D3D3D. Windows color (decimal): -16751346 or 943360. OLE color: 943360.

HSL color Cylindrical-coordinate representation of color #00650E: hue angle of 128.32º 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 #00650E is Cyan = 1, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.60.

Color convert

RGB010114-
CMYK100.860.60
HSL128.32º100%19.8%-
HSV(B)128.32º100%39.61%-
XYZ4.739.341.97-
YUV60.88101.5484.57-

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) = 87.83%
BLUE value IS 14 (5.86% from 255) = 12.17%
R=0%
G=87.83%
B=12.17%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal010114100.860.60128.3210019.8
Hex065E640563C806414
Octal01451614401267420014424
Binary01100101111011001000101011011110010000000110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00650E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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