Html Css Color HEX #076C19 Green

📋 copy color: '#076C19'

red 7 ◦ green 108 ◦ blue 25

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

Shades of Green #076C19

Tints of Green #076C19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 17.86%

R = 5%
G = 77.14%
B = 17.86%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.77

 K value IS 0.58

RGB Variations

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

Color information

#076C19 (or 0x076C19) is known color: Green. HEX triplet: 07, 6C and 19. RGB value is (7,108,25). Sum of RGB (Red+Green+Blue) = 7+108+25=140 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5% from 140); Green value is 108 (42.58% from 255 or 77.14% from 140); Blue value is 25 (10.16% from 255 or 17.86% from 140); Max value from RGB is 108 - color contains mainly: green. Hex color #076C19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076C19 is #F893E6. Grayscale: #444444. Windows color (decimal): -16290791 or 1666055. OLE color: 1666055.

HSL color Cylindrical-coordinate representation of color #076C19: hue angle of 130.69º 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 #076C19 is Cyan = 0.94, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.58.

Color convert

RGB 7 108 25 -
CMYK 0.94 0 0.77 0.58
HSL 130.69º 0.88% 0.23% -
HSV(B) 130.69º 0.94% 0.42% -
XYZ 5.63 10.84 2.72 -
YUV 68.34 103.54 84.25 -
System Red Green Blue C M Y K H S L
Decimal 7 108 25 0.94 0 0.77 0.58 130.69 0.88 0.23
Hex 7 6C 19 5E 0 4D 3A 83 58 17
Octal 7 154 31 136 0 115 72 203 130 27
Binary 111 1101100 11001 1011110 0 1001101 111010 10000011 1011000 10111

Color Harmonies of #076C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076C19

Black with #076C19

Text Example


Text Example

White with #076C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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