Html Css Color HEX #7F821C Trendy Green

📋 copy color: '#7F821C'

red 127 ◦ green 130 ◦ blue 28

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

Shades of Trendy Green #7F821C

Tints of Trendy Green #7F821C

RGB

 RED value IS 127 (50% from 255) = 44.56%

 GREEN value IS 130 (51.17% from 255) = 45.61%

 BLUE value IS 28 (11.33% from 255) = 9.82%

R = 44.56%
G = 45.61%
B = 9.82%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#7F821C (or 0x7F821C) is known color: Trendy Green. HEX triplet: 7F, 82 and 1C. RGB value is (127,130,28). Sum of RGB (Red+Green+Blue) = 127+130+28=285 (37% of max value = 765). Red value is 127 (50% from 255 or 44.56% from 285); Green value is 130 (51.17% from 255 or 45.61% from 285); Blue value is 28 (11.33% from 255 or 9.82% from 285); Max value from RGB is 130 - color contains mainly: green. Hex color #7F821C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F821C is #807DE3. Grayscale: #757575. Windows color (decimal): -8420836 or 1868415. OLE color: 1868415.

HSL color Cylindrical-coordinate representation of color #7F821C: hue angle of 61.76º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7F821C is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 127 130 28 -
CMYK 0.02 0 0.78 0.49
HSL 61.76º 0.65% 0.31% -
HSV(B) 61.76º 0.78% 0.51% -
XYZ 16.94 20.56 4.17 -
YUV 117.48 77.51 134.79 -
System Red Green Blue C M Y K H S L
Decimal 127 130 28 0.02 0 0.78 0.49 61.76 0.65 0.31
Hex 7F 82 1C 2 0 4E 31 3E 41 1F
Octal 177 202 34 2 0 116 61 76 101 37
Binary 1111111 10000010 11100 10 0 1001110 110001 111110 1000001 11111

Color Harmonies of #7F821C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F821C

Black with #7F821C

Text Example


Text Example

White with #7F821C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,130,28); }

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

background-color css

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

 a { background-color: rgb(127,130,28); }

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

border-color css

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

 span { border-color: rgb(127,130,28); }

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