Html Css Color HEX #7A8015 Trendy Green

📋 copy color: '#7A8015'

red 122 ◦ green 128 ◦ blue 21

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

Shades of Trendy Green #7A8015

Tints of Trendy Green #7A8015

RGB

 RED value IS 122 (48.05% from 255) = 45.02%

 GREEN value IS 128 (50.39% from 255) = 47.23%

 BLUE value IS 21 (8.59% from 255) = 7.75%

R = 45.02%
G = 47.23%
B = 7.75%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#7A8015 (or 0x7A8015) is known color: Trendy Green. HEX triplet: 7A, 80 and 15. RGB value is (122,128,21). Sum of RGB (Red+Green+Blue) = 122+128+21=271 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.02% from 271); Green value is 128 (50.39% from 255 or 47.23% from 271); Blue value is 21 (8.59% from 255 or 7.75% from 271); Max value from RGB is 128 - color contains mainly: green. Hex color #7A8015 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7A8015 is #857FEA. Grayscale: #727272. Windows color (decimal): -8749035 or 1409146. OLE color: 1409146.

HSL color Cylindrical-coordinate representation of color #7A8015: hue angle of 63.36º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7A8015 is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB 122 128 21 -
CMYK 0.05 0 0.84 0.50
HSL 63.36º 0.72% 0.29% -
HSV(B) 63.36º 0.84% 0.5% -
XYZ 15.88 19.63 3.66 -
YUV 114.01 75.51 133.7 -
System Red Green Blue C M Y K H S L
Decimal 122 128 21 0.05 0 0.84 0.50 63.36 0.72 0.29
Hex 7A 80 15 5 0 54 32 3F 48 1D
Octal 172 200 25 5 0 124 62 77 110 35
Binary 1111010 10000000 10101 101 0 1010100 110010 111111 1001000 11101

Color Harmonies of #7A8015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8015

Black with #7A8015

Text Example


Text Example

White with #7A8015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A8015; }

 p { color: rgb(122,128,21); }

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

background-color css

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

 a { background-color: rgb(122,128,21); }

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

border-color css

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

 span { border-color: rgb(122,128,21); }

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