#72851B

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

Shades of Trendy Green #72851B

Tints of Trendy Green #72851B

Color information

#72851B (or 0x72851B) is unknown color: approx Trendy Green. HEX triplet: 72, 85 and 1B. RGB value is (114,133,27). Sum of RGB (Red+Green+Blue) = 114+133+27=274 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.61% from 274); Green value is 133 (52.34% from 255 or 48.54% from 274); Blue value is 27 (10.94% from 255 or 9.85% from 274); Max value from RGB is 133 - color contains mainly: green. Hex color #72851B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72851B is #8D7AE4. Grayscale: #737373. Windows color (decimal): -9272037 or 1803634. OLE color: 1803634.

HSL color Cylindrical-coordinate representation of color #72851B: hue angle of 70.75º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #72851B is Cyan = 0.14, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB11413327-
CMYK0.1400.800.48
HSL70.75º66.25%31.37%-
HSV(B)70.75º79.7%52.16%-
XYZ15.5220.434.16-
YUV115.2478.21127.12-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.61%
GREEN value IS 133 (52.34% from 255) = 48.54%
BLUE value IS 27 (10.94% from 255) = 9.85%
R=41.61%
G=48.54%
B=9.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal114133270.1400.800.4870.7566.2531.37
Hex72851BE0503047421f
Octal162205331601206010710237
Binary111001010000101110111110010100001100001000111100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72851B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,133,27); }

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

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

 a { background-color: rgb(114,133,27); }

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

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

 span { border-color: rgb(114,133,27); }

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