#727B3A

Color #727B3A Rain Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rain Forest #727B3A

Tints of Rain Forest #727B3A

Color information

#727B3A (or 0x727B3A) is unknown color: approx Rain Forest. HEX triplet: 72, 7B and 3A. RGB value is (114,123,58). Sum of RGB (Red+Green+Blue) = 114+123+58=295 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.64% from 295); Green value is 123 (48.44% from 255 or 41.69% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 123 - color contains mainly: green. Hex color #727B3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727B3A is #8D84C5. Grayscale: #717171. Windows color (decimal): -9274566 or 3832690. OLE color: 3832690.

HSL color Cylindrical-coordinate representation of color #727B3A: hue angle of 68.31º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #727B3A is Cyan = 0.07, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.52.

Color convert

RGB11412358-
CMYK0.0700.530.52
HSL68.31º35.91%35.49%-
HSV(B)68.31º52.85%48.24%-
XYZ14.7918.056.71-
YUV112.997.02128.79-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.64%
GREEN value IS 123 (48.44% from 255) = 41.69%
BLUE value IS 58 (23.05% from 255) = 19.66%
R=38.64%
G=41.69%
B=19.66%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal114123580.0700.530.5268.3135.9135.49
Hex727B3A703534442423
Octal162173727065641044443
Binary1110010111101111101011101101011101001000100100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727B3A; }

 p { color: rgb(114,123,58); }

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

<style>
 a { background-color: #727B3A; }

 a { background-color: rgb(114,123,58); }

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

<style>
 span { border-color: #727B3A; }

 span { border-color: rgb(114,123,58); }

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