#4F694C

Color #4F694C Nandor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nandor #4F694C

Tints of Nandor #4F694C

Color information

#4F694C (or 0x4F694C) is unknown color: approx Nandor. HEX triplet: 4F, 69 and 4C. RGB value is (79,105,76). Sum of RGB (Red+Green+Blue) = 79+105+76=260 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.38% from 260); Green value is 105 (41.41% from 255 or 40.38% from 260); Blue value is 76 (30.08% from 255 or 29.23% from 260); Max value from RGB is 105 - color contains mainly: green. Hex color #4F694C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F694C is #B096B3. Grayscale: #5E5E5E. Windows color (decimal): -11572916 or 5007695. OLE color: 5007695.

HSL color Cylindrical-coordinate representation of color #4F694C: hue angle of 113.79º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4F694C is Cyan = 0.25, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB7910576-
CMYK0.2500.280.59
HSL113.79º16.02%35.49%-
HSV(B)113.79º27.62%41.18%-
XYZ9.5812.298.7-
YUV93.92117.89117.36-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 30.38%
GREEN value IS 105 (41.41% from 255) = 40.38%
BLUE value IS 76 (30.08% from 255) = 29.23%
R=30.38%
G=40.38%
B=29.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal79105760.2500.280.59113.7916.0235.49
Hex4F694C1901C3B721023
Octal11715111431034731622043
Binary10011111101001100110011001011100111011111001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F694C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F694C; }

 p { color: rgb(79,105,76); }

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

<style>
 a { background-color: #4F694C; }

 a { background-color: rgb(79,105,76); }

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

<style>
 span { border-color: #4F694C; }

 span { border-color: rgb(79,105,76); }

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