Html Css Color HEX #076F05 Green

📋 copy color: '#076F05'

red 7 ◦ green 111 ◦ blue 5

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

Shades of Green #076F05

Tints of Green #076F05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 4.07%

R = 5.69%
G = 90.24%
B = 4.07%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#076F05 (or 0x076F05) is known color: Green. HEX triplet: 07, 6F and 05. RGB value is (7,111,5). Sum of RGB (Red+Green+Blue) = 7+111+5=123 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.69% from 123); Green value is 111 (43.75% from 255 or 90.24% from 123); Blue value is 5 (2.34% from 255 or 4.07% from 123); Max value from RGB is 111 - color contains mainly: green. Hex color #076F05 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076F05 is #F890FA. Grayscale: #444444. Windows color (decimal): -16290043 or 356103. OLE color: 356103.

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

Color convert

RGB 7 111 5 -
CMYK 0.94 0 0.95 0.56
HSL 118.87º 0.91% 0.23% -
HSV(B) 118.87º 0.95% 0.44% -
XYZ 5.8 11.43 2.04 -
YUV 67.82 92.54 84.62 -
System Red Green Blue C M Y K H S L
Decimal 7 111 5 0.94 0 0.95 0.56 118.87 0.91 0.23
Hex 7 6F 5 5E 0 5F 38 77 5B 17
Octal 7 157 5 136 0 137 70 167 133 27
Binary 111 1101111 101 1011110 0 1011111 111000 1110111 1011011 10111

Color Harmonies of #076F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076F05

Black with #076F05

Text Example


Text Example

White with #076F05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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