#76821B

Color #76821B Trendy Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Green #76821B

Tints of Trendy Green #76821B

Color information

#76821B (or 0x76821B) is unknown color: approx Trendy Green. HEX triplet: 76, 82 and 1B. RGB value is (118,130,27). Sum of RGB (Red+Green+Blue) = 118+130+27=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 130 (51.17% from 255 or 47.27% from 275); Blue value is 27 (10.94% from 255 or 9.82% from 275); Max value from RGB is 130 - color contains mainly: green. Hex color #76821B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76821B is #897DE4. Grayscale: #737373. Windows color (decimal): -9010661 or 1802870. OLE color: 1802870.

HSL color Cylindrical-coordinate representation of color #76821B: hue angle of 66.99º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #76821B is Cyan = 0.09, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.49.

Color convert

RGB11813027-
CMYK0.0900.790.49
HSL66.99º65.61%30.78%-
HSV(B)66.99º79.23%50.98%-
XYZ15.6519.94.05-
YUV114.6778.52130.38-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.91%
GREEN value IS 130 (51.17% from 255) = 47.27%
BLUE value IS 27 (10.94% from 255) = 9.82%
R=42.91%
G=47.27%
B=9.82%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal118130270.0900.790.4966.9965.6130.78
Hex76821B904F3143421f
Octal166202331101176110310237
Binary111011010000010110111001010011111100011000011100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76821B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #76821B;
 }
 .AnyTagClassName
 {
   color: #76821B;
 }
</style>
background-color css

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

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

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

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

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

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