Html Css Color HEX #076C14 Green

📋 copy color: '#076C14'

red 7 ◦ green 108 ◦ blue 20

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

Shades of Green #076C14

Tints of Green #076C14

RGB

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

 GREEN value IS 108 (42.58% from 255) = 80%

 BLUE value IS 20 (8.2% from 255) = 14.81%

R = 5.19%
G = 80%
B = 14.81%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.81

 K value IS 0.58

RGB Variations

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

Color information

#076C14 (or 0x076C14) is known color: Green. HEX triplet: 07, 6C and 14. RGB value is (7,108,20). Sum of RGB (Red+Green+Blue) = 7+108+20=135 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.19% from 135); Green value is 108 (42.58% from 255 or 80% from 135); Blue value is 20 (8.20% from 255 or 14.81% from 135); Max value from RGB is 108 - color contains mainly: green. Hex color #076C14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076C14 is #F893EB. Grayscale: #444444. Windows color (decimal): -16290796 or 1338375. OLE color: 1338375.

HSL color Cylindrical-coordinate representation of color #076C14: hue angle of 127.72º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076C14 is Cyan = 0.94, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.58.

Color convert

RGB 7 108 20 -
CMYK 0.94 0 0.81 0.58
HSL 127.72º 0.88% 0.23% -
HSV(B) 127.72º 0.94% 0.42% -
XYZ 5.58 10.82 2.46 -
YUV 67.77 101.04 84.66 -
System Red Green Blue C M Y K H S L
Decimal 7 108 20 0.94 0 0.81 0.58 127.72 0.88 0.23
Hex 7 6C 14 5E 0 51 3A 80 58 17
Octal 7 154 24 136 0 121 72 200 130 27
Binary 111 1101100 10100 1011110 0 1010001 111010 10000000 1011000 10111

Color Harmonies of #076C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076C14

Black with #076C14

Text Example


Text Example

White with #076C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076C14; }

 p { color: rgb(7,108,20); }

 H1.HeaderClassName
 {
   color: #076C14;
 }
 .AnyTagClassName
 {
   color: #076C14;
 }
</style>

background-color css

<style>
 a { background-color: #076C14; }

 a { background-color: rgb(7,108,20); }

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

border-color css

<style>
 span { border-color: #076C14; }

 span { border-color: rgb(7,108,20); }

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