Html Css Color HEX #076910 Green

📋 copy color: '#076910'

red 7 ◦ green 105 ◦ blue 16

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

Shades of Green #076910

Tints of Green #076910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 12.5%

R = 5.47%
G = 82.03%
B = 12.5%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.85

 K value IS 0.59

RGB Variations

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

Color information

#076910 (or 0x076910) is known color: Green. HEX triplet: 07, 69 and 10. RGB value is (7,105,16). Sum of RGB (Red+Green+Blue) = 7+105+16=128 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.47% from 128); Green value is 105 (41.41% from 255 or 82.03% from 128); Blue value is 16 (6.64% from 255 or 12.5% from 128); Max value from RGB is 105 - color contains mainly: green. Hex color #076910 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076910 is #F896EF. Grayscale: #414141. Windows color (decimal): -16291568 or 1075463. OLE color: 1075463.

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

Color convert

RGB 7 105 16 -
CMYK 0.93 0 0.85 0.59
HSL 125.51º 0.88% 0.22% -
HSV(B) 125.51º 0.93% 0.41% -
XYZ 5.23 10.19 2.18 -
YUV 65.55 100.03 86.24 -
System Red Green Blue C M Y K H S L
Decimal 7 105 16 0.93 0 0.85 0.59 125.51 0.88 0.22
Hex 7 69 10 5D 0 55 3B 7E 58 16
Octal 7 151 20 135 0 125 73 176 130 26
Binary 111 1101001 10000 1011101 0 1010101 111011 1111110 1011000 10110

Color Harmonies of #076910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076910

Black with #076910

Text Example


Text Example

White with #076910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076910; }

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

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

background-color css

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

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

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

border-color css

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

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

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