Html Css Color HEX #076F04 Green

📋 copy color: '#076F04'

red 7 ◦ green 111 ◦ blue 4

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

Shades of Green #076F04

Tints of Green #076F04

RGB

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

 GREEN value IS 111 (43.75% from 255) = 90.98%

 BLUE value IS 4 (1.95% from 255) = 3.28%

R = 5.74%
G = 90.98%
B = 3.28%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#076F04 (or 0x076F04) is known color: Green. HEX triplet: 07, 6F and 04. RGB value is (7,111,4). Sum of RGB (Red+Green+Blue) = 7+111+4=122 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.74% from 122); Green value is 111 (43.75% from 255 or 90.98% from 122); Blue value is 4 (1.95% from 255 or 3.28% from 122); Max value from RGB is 111 - color contains mainly: green. Hex color #076F04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076F04 is #F890FB. Grayscale: #444444. Windows color (decimal): -16290044 or 290567. OLE color: 290567.

HSL color Cylindrical-coordinate representation of color #076F04: hue angle of 118.32º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #076F04 is Cyan = 0.94, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB 7 111 4 -
CMYK 0.94 0 0.96 0.56
HSL 118.32º 0.93% 0.23% -
HSV(B) 118.32º 0.96% 0.44% -
XYZ 5.79 11.42 2.01 -
YUV 67.71 92.04 84.7 -
System Red Green Blue C M Y K H S L
Decimal 7 111 4 0.94 0 0.96 0.56 118.32 0.93 0.23
Hex 7 6F 4 5E 0 60 38 76 5D 17
Octal 7 157 4 136 0 140 70 166 135 27
Binary 111 1101111 100 1011110 0 1100000 111000 1110110 1011101 10111

Color Harmonies of #076F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076F04

Black with #076F04

Text Example


Text Example

White with #076F04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,111,4); }

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

background-color css

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

 a { background-color: rgb(7,111,4); }

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

border-color css

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

 span { border-color: rgb(7,111,4); }

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