Html Css Color HEX #076101 Green

📋 copy color: '#076101'

red 7 ◦ green 97 ◦ blue 1

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

Shades of Green #076101

Tints of Green #076101

RGB

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

 GREEN value IS 97 (38.28% from 255) = 92.38%

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

R = 6.67%
G = 92.38%
B = 0.95%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#076101 (or 0x076101) is known color: Green. HEX triplet: 07, 61 and 01. RGB value is (7,97,1). Sum of RGB (Red+Green+Blue) = 7+97+1=105 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.67% from 105); Green value is 97 (38.28% from 255 or 92.38% from 105); Blue value is 1 (0.78% from 255 or 0.95% from 105); Max value from RGB is 97 - color contains mainly: green. Hex color #076101 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076101 is #F89EFE. Grayscale: #3B3B3B. Windows color (decimal): -16293631 or 90375. OLE color: 90375.

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

Color convert

RGB 7 97 1 -
CMYK 0.93 0 0.99 0.62
HSL 116.25º 0.98% 0.19% -
HSV(B) 116.25º 0.99% 0.38% -
XYZ 4.37 8.6 1.46 -
YUV 59.15 95.18 90.81 -
System Red Green Blue C M Y K H S L
Decimal 7 97 1 0.93 0 0.99 0.62 116.25 0.98 0.19
Hex 7 61 1 5D 0 63 3E 74 62 13
Octal 7 141 1 135 0 143 76 164 142 23
Binary 111 1100001 1 1011101 0 1100011 111110 1110100 1100010 10011

Color Harmonies of #076101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076101

Black with #076101

Text Example


Text Example

White with #076101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076101; }

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

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

background-color css

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

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

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

border-color css

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

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

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