Html Css Color HEX #76821C Trendy Green

📋 copy color: '#76821C'

red 118 ◦ green 130 ◦ blue 28

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

Shades of Trendy Green #76821C

Tints of Trendy Green #76821C

RGB

 RED value IS 118 (46.48% from 255) = 42.75%

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

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

R = 42.75%
G = 47.1%
B = 10.14%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#76821C (or 0x76821C) is known color: Trendy Green. HEX triplet: 76, 82 and 1C. RGB value is (118,130,28). Sum of RGB (Red+Green+Blue) = 118+130+28=276 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.75% from 276); Green value is 130 (51.17% from 255 or 47.10% from 276); Blue value is 28 (11.33% from 255 or 10.14% from 276); Max value from RGB is 130 - color contains mainly: green. Hex color #76821C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76821C is #897DE3. Grayscale: #737373. Windows color (decimal): -9010660 or 1868406. OLE color: 1868406.

HSL color Cylindrical-coordinate representation of color #76821C: hue angle of 67.06º 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 #76821C is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 130 28 -
CMYK 0.09 0 0.78 0.49
HSL 67.06º 0.65% 0.31% -
HSV(B) 67.06º 0.78% 0.51% -
XYZ 15.66 19.9 4.11 -
YUV 114.78 79.02 130.29 -
System Red Green Blue C M Y K H S L
Decimal 118 130 28 0.09 0 0.78 0.49 67.06 0.65 0.31
Hex 76 82 1C 9 0 4E 31 43 41 1F
Octal 166 202 34 11 0 116 61 103 101 37
Binary 1110110 10000010 11100 1001 0 1001110 110001 1000011 1000001 11111

Color Harmonies of #76821C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76821C

Black with #76821C

Text Example


Text Example

White with #76821C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76821C; }

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

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

background-color css

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

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

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

border-color css

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

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

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