Html Css Color HEX #076901 Green

📋 copy color: '#076901'

red 7 ◦ green 105 ◦ blue 1

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

Shades of Green #076901

Tints of Green #076901

RGB

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

 GREEN value IS 105 (41.41% from 255) = 92.92%

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

R = 6.19%
G = 92.92%
B = 0.88%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.99

 K value IS 0.59

RGB Variations

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

Color information

#076901 (or 0x076901) is known color: Green. HEX triplet: 07, 69 and 01. RGB value is (7,105,1). Sum of RGB (Red+Green+Blue) = 7+105+1=113 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.19% from 113); Green value is 105 (41.41% from 255 or 92.92% from 113); Blue value is 1 (0.78% from 255 or 0.88% from 113); Max value from RGB is 105 - color contains mainly: green. Hex color #076901 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076901 is #F896FE. Grayscale: #404040. Windows color (decimal): -16291583 or 92423. OLE color: 92423.

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

Color convert

RGB 7 105 1 -
CMYK 0.93 0 0.99 0.59
HSL 116.54º 0.98% 0.21% -
HSV(B) 116.54º 0.99% 0.41% -
XYZ 5.14 10.15 1.72 -
YUV 63.84 92.53 87.46 -
System Red Green Blue C M Y K H S L
Decimal 7 105 1 0.93 0 0.99 0.59 116.54 0.98 0.21
Hex 7 69 1 5D 0 63 3B 75 62 15
Octal 7 151 1 135 0 143 73 165 142 25
Binary 111 1101001 1 1011101 0 1100011 111011 1110101 1100010 10101

Color Harmonies of #076901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076901

Black with #076901

Text Example


Text Example

White with #076901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076901; }

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

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

background-color css

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

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

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

border-color css

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

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

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