#07650F

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

Shades of Green #07650F

Tints of Green #07650F

Color information

#07650F (or 0x07650F) is unknown color: approx Green. HEX triplet: 07, 65 and 0F. RGB value is (7,101,15). Sum of RGB (Red+Green+Blue) = 7+101+15=123 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.69% from 123); Green value is 101 (39.84% from 255 or 82.11% from 123); Blue value is 15 (6.25% from 255 or 12.20% from 123); Max value from RGB is 101 - color contains mainly: green. Hex color #07650F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07650F is #F89AF0. Grayscale: #3F3F3F. Windows color (decimal): -16292593 or 1008903. OLE color: 1008903.

HSL color Cylindrical-coordinate representation of color #07650F: hue angle of 125.11º 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 #07650F is Cyan = 0.93, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.60.

Color convert

RGB710115-
CMYK0.9300.850.60
HSL125.11º87.04%21.18%-
HSV(B)125.11º93.07%39.61%-
XYZ4.839.392.01-
YUV63.09100.8687.99-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.69%
GREEN value IS 101 (39.84% from 255) = 82.11%
BLUE value IS 15 (6.25% from 255) = 12.20%
R=5.69%
G=82.11%
B=12.20%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal7101150.9300.850.60125.1187.0421.18
Hex765F5D0553C7d5715
Octal71451713501257417512725
Binary111110010111111011101010101011111001111101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07650F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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