#727B3D

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

Shades of Rain Forest #727B3D

Tints of Rain Forest #727B3D

Color information

#727B3D (or 0x727B3D) is unknown color: approx Rain Forest. HEX triplet: 72, 7B and 3D. RGB value is (114,123,61). Sum of RGB (Red+Green+Blue) = 114+123+61=298 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.26% from 298); Green value is 123 (48.44% from 255 or 41.28% from 298); Blue value is 61 (24.22% from 255 or 20.47% from 298); Max value from RGB is 123 - color contains mainly: green. Hex color #727B3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727B3D is #8D84C2. Grayscale: #717171. Windows color (decimal): -9274563 or 4029298. OLE color: 4029298.

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

Color convert

RGB11412361-
CMYK0.0700.500.52
HSL68.71º33.7%36.08%-
HSV(B)68.71º50.41%48.24%-
XYZ14.8618.087.12-
YUV113.2498.52128.54-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.26%
GREEN value IS 123 (48.44% from 255) = 41.28%
BLUE value IS 61 (24.22% from 255) = 20.47%
R=38.26%
G=41.28%
B=20.47%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal114123610.0700.500.5268.7133.736.08
Hex727B3D703234452224
Octal162173757062641054244
Binary1110010111101111110111101100101101001000101100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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