Html Css Color HEX #07600E Green

📋 copy color: '#07600E'

red 7 ◦ green 96 ◦ blue 14

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

Shades of Green #07600E

Tints of Green #07600E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 82.05%

 BLUE value IS 14 (5.86% from 255) = 11.97%

R = 5.98%
G = 82.05%
B = 11.97%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.85

 K value IS 0.62

RGB Variations

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

Color information

#07600E (or 0x07600E) is known color: Green. HEX triplet: 07, 60 and 0E. RGB value is (7,96,14). Sum of RGB (Red+Green+Blue) = 7+96+14=117 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.98% from 117); Green value is 96 (37.89% from 255 or 82.05% from 117); Blue value is 14 (5.86% from 255 or 11.97% from 117); Max value from RGB is 96 - color contains mainly: green. Hex color #07600E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07600E is #F89FF1. Grayscale: #3C3C3C. Windows color (decimal): -16293874 or 942087. OLE color: 942087.

HSL color Cylindrical-coordinate representation of color #07600E: hue angle of 124.72º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07600E is Cyan = 0.93, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB 7 96 14 -
CMYK 0.93 0 0.85 0.62
HSL 124.72º 0.86% 0.2% -
HSV(B) 124.72º 0.93% 0.38% -
XYZ 4.35 8.44 1.82 -
YUV 60.04 102.01 90.17 -
System Red Green Blue C M Y K H S L
Decimal 7 96 14 0.93 0 0.85 0.62 124.72 0.86 0.2
Hex 7 60 E 5D 0 55 3E 7D 56 14
Octal 7 140 16 135 0 125 76 175 126 24
Binary 111 1100000 1110 1011101 0 1010101 111110 1111101 1010110 10100

Color Harmonies of #07600E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07600E

Black with #07600E

Text Example


Text Example

White with #07600E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,96,14); }

 H1.HeaderClassName
 {
   color: #07600E;
 }
 .AnyTagClassName
 {
   color: #07600E;
 }
</style>

background-color css

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

 a { background-color: rgb(7,96,14); }

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

border-color css

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

 span { border-color: rgb(7,96,14); }

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