Html Css Color HEX #076B03 Green

📋 copy color: '#076B03'

red 7 ◦ green 107 ◦ blue 3

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

Shades of Green #076B03

Tints of Green #076B03

RGB

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

 GREEN value IS 107 (42.19% from 255) = 91.45%

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

R = 5.98%
G = 91.45%
B = 2.56%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.97

 K value IS 0.58

RGB Variations

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

Color information

#076B03 (or 0x076B03) is known color: Green. HEX triplet: 07, 6B and 03. RGB value is (7,107,3). Sum of RGB (Red+Green+Blue) = 7+107+3=117 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.98% from 117); Green value is 107 (42.19% from 255 or 91.45% from 117); Blue value is 3 (1.56% from 255 or 2.56% from 117); Max value from RGB is 107 - color contains mainly: green. Hex color #076B03 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076B03 is #F894FC. Grayscale: #414141. Windows color (decimal): -16291069 or 224007. OLE color: 224007.

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

Color convert

RGB 7 107 3 -
CMYK 0.93 0 0.97 0.58
HSL 117.69º 0.95% 0.22% -
HSV(B) 117.69º 0.97% 0.42% -
XYZ 5.36 10.57 1.84 -
YUV 65.24 92.87 86.46 -
System Red Green Blue C M Y K H S L
Decimal 7 107 3 0.93 0 0.97 0.58 117.69 0.95 0.22
Hex 7 6B 3 5D 0 61 3A 76 5F 16
Octal 7 153 3 135 0 141 72 166 137 26
Binary 111 1101011 11 1011101 0 1100001 111010 1110110 1011111 10110

Color Harmonies of #076B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076B03

Black with #076B03

Text Example


Text Example

White with #076B03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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