Html Css Color HEX #076401 Green

📋 copy color: '#076401'

red 7 ◦ green 100 ◦ blue 1

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

Shades of Green #076401

Tints of Green #076401

RGB

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

 GREEN value IS 100 (39.45% from 255) = 92.59%

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

R = 6.48%
G = 92.59%
B = 0.93%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.99

 K value IS 0.61

RGB Variations

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

Color information

#076401 (or 0x076401) is known color: Green. HEX triplet: 07, 64 and 01. RGB value is (7,100,1). Sum of RGB (Red+Green+Blue) = 7+100+1=108 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.48% from 108); Green value is 100 (39.45% from 255 or 92.59% from 108); Blue value is 1 (0.78% from 255 or 0.93% from 108); Max value from RGB is 100 - color contains mainly: green. Hex color #076401 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076401 is #F89BFE. Grayscale: #3D3D3D. Windows color (decimal): -16292863 or 91143. OLE color: 91143.

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

Color convert

RGB 7 100 1 -
CMYK 0.93 0 0.99 0.61
HSL 116.36º 0.98% 0.2% -
HSV(B) 116.36º 0.99% 0.39% -
XYZ 4.65 9.16 1.55 -
YUV 60.91 94.19 89.55 -
System Red Green Blue C M Y K H S L
Decimal 7 100 1 0.93 0 0.99 0.61 116.36 0.98 0.2
Hex 7 64 1 5D 0 63 3D 74 62 14
Octal 7 144 1 135 0 143 75 164 142 24
Binary 111 1100100 1 1011101 0 1100011 111101 1110100 1100010 10100

Color Harmonies of #076401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076401

Black with #076401

Text Example


Text Example

White with #076401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076401; }

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

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

background-color css

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

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

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

border-color css

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

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

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