Html Css Color HEX #076B04 Green

📋 copy color: '#076B04'

red 7 ◦ green 107 ◦ blue 4

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

Shades of Green #076B04

Tints of Green #076B04

RGB

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

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

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

R = 5.93%
G = 90.68%
B = 3.39%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.96

 K value IS 0.58

RGB Variations

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

Color information

#076B04 (or 0x076B04) is known color: Green. HEX triplet: 07, 6B and 04. RGB value is (7,107,4). Sum of RGB (Red+Green+Blue) = 7+107+4=118 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.93% from 118); Green value is 107 (42.19% from 255 or 90.68% from 118); Blue value is 4 (1.95% from 255 or 3.39% from 118); Max value from RGB is 107 - color contains mainly: green. Hex color #076B04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076B04 is #F894FB. Grayscale: #414141. Windows color (decimal): -16291068 or 289543. OLE color: 289543.

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

Color convert

RGB 7 107 4 -
CMYK 0.93 0 0.96 0.58
HSL 118.25º 0.93% 0.22% -
HSV(B) 118.25º 0.96% 0.42% -
XYZ 5.37 10.57 1.87 -
YUV 65.36 93.37 86.38 -
System Red Green Blue C M Y K H S L
Decimal 7 107 4 0.93 0 0.96 0.58 118.25 0.93 0.22
Hex 7 6B 4 5D 0 60 3A 76 5D 16
Octal 7 153 4 135 0 140 72 166 135 26
Binary 111 1101011 100 1011101 0 1100000 111010 1110110 1011101 10110

Color Harmonies of #076B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076B04

Black with #076B04

Text Example


Text Example

White with #076B04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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