Html Css Color HEX #076F03 Green

📋 copy color: '#076F03'

red 7 ◦ green 111 ◦ blue 3

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

Shades of Green #076F03

Tints of Green #076F03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.48%

R = 5.79%
G = 91.74%
B = 2.48%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#076F03 (or 0x076F03) is known color: Green. HEX triplet: 07, 6F and 03. RGB value is (7,111,3). Sum of RGB (Red+Green+Blue) = 7+111+3=121 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.79% from 121); Green value is 111 (43.75% from 255 or 91.74% from 121); Blue value is 3 (1.56% from 255 or 2.48% from 121); Max value from RGB is 111 - color contains mainly: green. Hex color #076F03 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076F03 is #F890FC. Grayscale: #434343. Windows color (decimal): -16290045 or 225031. OLE color: 225031.

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

Color convert

RGB 7 111 3 -
CMYK 0.94 0 0.97 0.56
HSL 117.78º 0.95% 0.22% -
HSV(B) 117.78º 0.97% 0.44% -
XYZ 5.79 11.42 1.99 -
YUV 67.59 91.54 84.78 -
System Red Green Blue C M Y K H S L
Decimal 7 111 3 0.94 0 0.97 0.56 117.78 0.95 0.22
Hex 7 6F 3 5E 0 61 38 76 5F 16
Octal 7 157 3 136 0 141 70 166 137 26
Binary 111 1101111 11 1011110 0 1100001 111000 1110110 1011111 10110

Color Harmonies of #076F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076F03

Black with #076F03

Text Example


Text Example

White with #076F03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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