Html Css Color HEX #076900 Green

📋 copy color: '#076900'

red 7 ◦ green 105 ◦ blue 0

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

Shades of Green #076900

Tints of Green #076900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 6.25%
G = 93.75%
B = 0%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#076900 (or 0x076900) is known color: Green. HEX triplet: 07, 69 and 00. RGB value is (7,105,0). Sum of RGB (Red+Green+Blue) = 7+105+0=112 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.25% from 112); Green value is 105 (41.41% from 255 or 93.75% from 112); Blue value is 0 (0.39% from 255 or 0% from 112); Max value from RGB is 105 - color contains mainly: green. Hex color #076900 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076900 is #F896FF. Grayscale: #404040. Windows color (decimal): -16291584 or 26887. OLE color: 26887.

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

Color convert

RGB 7 105 0 -
CMYK 0.93 0 1 0.59
HSL 116º 1% 0.21% -
HSV(B) 116º 1% 0.41% -
XYZ 5.14 10.15 1.69 -
YUV 63.73 92.03 87.54 -
System Red Green Blue C M Y K H S L
Decimal 7 105 0 0.93 0 1 0.59 116 1 0.21
Hex 7 69 0 5D 0 64 3B 74 64 15
Octal 7 151 0 135 0 144 73 164 144 25
Binary 111 1101001 0 1011101 0 1100100 111011 1110100 1100100 10101

Color Harmonies of #076900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076900

Black with #076900

Text Example


Text Example

White with #076900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076900; }

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

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

background-color css

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

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

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

border-color css

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

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

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