#727B3C

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

Shades of Rain Forest #727B3C

Tints of Rain Forest #727B3C

Color information

#727B3C (or 0x727B3C) is unknown color: approx Rain Forest. HEX triplet: 72, 7B and 3C. RGB value is (114,123,60). Sum of RGB (Red+Green+Blue) = 114+123+60=297 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.38% from 297); Green value is 123 (48.44% from 255 or 41.41% from 297); Blue value is 60 (23.83% from 255 or 20.20% from 297); Max value from RGB is 123 - color contains mainly: green. Hex color #727B3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727B3C is #8D84C3. Grayscale: #717171. Windows color (decimal): -9274564 or 3963762. OLE color: 3963762.

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

Color convert

RGB11412360-
CMYK0.0700.510.52
HSL68.57º34.43%35.88%-
HSV(B)68.57º51.22%48.24%-
XYZ14.8418.076.98-
YUV113.1398.02128.62-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.38%
GREEN value IS 123 (48.44% from 255) = 41.41%
BLUE value IS 60 (23.83% from 255) = 20.20%
R=38.38%
G=41.41%
B=20.20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal114123600.0700.510.5268.5734.4335.88
Hex727B3C703334452224
Octal162173747063641054244
Binary1110010111101111110011101100111101001000101100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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