Html Css Color HEX #076B01 Green

📋 copy color: '#076B01'

red 7 ◦ green 107 ◦ blue 1

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

Shades of Green #076B01

Tints of Green #076B01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.87%

R = 6.09%
G = 93.04%
B = 0.87%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.99

 K value IS 0.58

RGB Variations

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

Color information

#076B01 (or 0x076B01) is known color: Green. HEX triplet: 07, 6B and 01. RGB value is (7,107,1). Sum of RGB (Red+Green+Blue) = 7+107+1=115 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.09% from 115); Green value is 107 (42.19% from 255 or 93.04% from 115); Blue value is 1 (0.78% from 255 or 0.87% from 115); Max value from RGB is 107 - color contains mainly: green. Hex color #076B01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076B01 is #F894FE. Grayscale: #414141. Windows color (decimal): -16291071 or 92935. OLE color: 92935.

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

Color convert

RGB 7 107 1 -
CMYK 0.93 0 0.99 0.58
HSL 116.6º 0.98% 0.21% -
HSV(B) 116.6º 0.99% 0.42% -
XYZ 5.35 10.56 1.79 -
YUV 65.02 91.87 86.62 -
System Red Green Blue C M Y K H S L
Decimal 7 107 1 0.93 0 0.99 0.58 116.6 0.98 0.21
Hex 7 6B 1 5D 0 63 3A 75 62 15
Octal 7 153 1 135 0 143 72 165 142 25
Binary 111 1101011 1 1011101 0 1100011 111010 1110101 1100010 10101

Color Harmonies of #076B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076B01

Black with #076B01

Text Example


Text Example

White with #076B01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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