#07650A

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

Shades of Green #07650A

Tints of Green #07650A

Color information

#07650A (or 0x07650A) is unknown color: approx Green. HEX triplet: 07, 65 and 0A. RGB value is (7,101,10). Sum of RGB (Red+Green+Blue) = 7+101+10=118 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.93% from 118); Green value is 101 (39.84% from 255 or 85.59% from 118); Blue value is 10 (4.30% from 255 or 8.47% from 118); Max value from RGB is 101 - color contains mainly: green. Hex color #07650A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07650A is #F89AF5. Grayscale: #3E3E3E. Windows color (decimal): -16292598 or 681223. OLE color: 681223.

HSL color Cylindrical-coordinate representation of color #07650A: hue angle of 121.91º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07650A is Cyan = 0.93, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.60.

Color convert

RGB710110-
CMYK0.9300.900.60
HSL121.91º87.04%21.18%-
HSV(B)121.91º93.07%39.61%-
XYZ4.89.371.84-
YUV62.5298.3688.4-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.93%
GREEN value IS 101 (39.84% from 255) = 85.59%
BLUE value IS 10 (4.30% from 255) = 8.47%
R=5.93%
G=85.59%
B=8.47%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal7101100.9300.900.60121.9187.0421.18
Hex765A5D05A3C7a5715
Octal71451213501327417212725
Binary111110010110101011101010110101111001111010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07650A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07650A; }

 p { color: rgb(7,101,10); }

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

<style>
 a { background-color: #07650A; }

 a { background-color: rgb(7,101,10); }

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

<style>
 span { border-color: #07650A; }

 span { border-color: rgb(7,101,10); }

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