Html Css Color HEX #076F02 Green

📋 copy color: '#076F02'

red 7 ◦ green 111 ◦ blue 2

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

Shades of Green #076F02

Tints of Green #076F02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.67%

R = 5.83%
G = 92.5%
B = 1.67%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#076F02 (or 0x076F02) is known color: Green. HEX triplet: 07, 6F and 02. RGB value is (7,111,2). Sum of RGB (Red+Green+Blue) = 7+111+2=120 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.83% from 120); Green value is 111 (43.75% from 255 or 92.5% from 120); Blue value is 2 (1.17% from 255 or 1.67% from 120); Max value from RGB is 111 - color contains mainly: green. Hex color #076F02 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076F02 is #F890FD. Grayscale: #434343. Windows color (decimal): -16290046 or 159495. OLE color: 159495.

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

Color convert

RGB 7 111 2 -
CMYK 0.94 0 0.98 0.56
HSL 117.25º 0.96% 0.22% -
HSV(B) 117.25º 0.98% 0.44% -
XYZ 5.78 11.42 1.96 -
YUV 67.48 91.04 84.86 -
System Red Green Blue C M Y K H S L
Decimal 7 111 2 0.94 0 0.98 0.56 117.25 0.96 0.22
Hex 7 6F 2 5E 0 62 38 75 60 16
Octal 7 157 2 136 0 142 70 165 140 26
Binary 111 1101111 10 1011110 0 1100010 111000 1110101 1100000 10110

Color Harmonies of #076F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076F02

Black with #076F02

Text Example


Text Example

White with #076F02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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