Html Css Color HEX #07640A Green

📋 copy color: '#07640A'

red 7 ◦ green 100 ◦ blue 10

#07640A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #07640A

Tints of Green #07640A

RGB

 RED value IS 7 (3.13% from 255) = 5.98%

 GREEN value IS 100 (39.45% from 255) = 85.47%

 BLUE value IS 10 (4.3% from 255) = 8.55%

R = 5.98%
G = 85.47%
B = 8.55%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.90

 K value IS 0.61

RGB Variations

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

Color information

#07640A (or 0x07640A) is known color: Green. HEX triplet: 07, 64 and 0A. RGB value is (7,100,10). Sum of RGB (Red+Green+Blue) = 7+100+10=117 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.98% from 117); Green value is 100 (39.45% from 255 or 85.47% from 117); Blue value is 10 (4.30% from 255 or 8.55% from 117); Max value from RGB is 100 - color contains mainly: green. Hex color #07640A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07640A is #F89BF5. Grayscale: #3E3E3E. Windows color (decimal): -16292854 or 680967. OLE color: 680967.

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

Color convert

RGB 7 100 10 -
CMYK 0.93 0 0.90 0.61
HSL 121.94º 0.87% 0.21% -
HSV(B) 121.94º 0.93% 0.39% -
XYZ 4.7 9.18 1.81 -
YUV 61.93 98.69 88.82 -
System Red Green Blue C M Y K H S L
Decimal 7 100 10 0.93 0 0.90 0.61 121.94 0.87 0.21
Hex 7 64 A 5D 0 5A 3D 7A 57 15
Octal 7 144 12 135 0 132 75 172 127 25
Binary 111 1100100 1010 1011101 0 1011010 111101 1111010 1010111 10101

Color Harmonies of #07640A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07640A

Black with #07640A

Text Example


Text Example

White with #07640A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #07640A;
 }
 .AnyTagClassName
 {
   color: #07640A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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