Html Css Color HEX #4F664D Nandor

📋 copy color: '#4F664D'

red 79 ◦ green 102 ◦ blue 77

#4F664D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nandor #4F664D

Tints of Nandor #4F664D

RGB

 RED value IS 79 (31.25% from 255) = 30.62%

 GREEN value IS 102 (40.23% from 255) = 39.53%

 BLUE value IS 77 (30.47% from 255) = 29.84%

R = 30.62%
G = 39.53%
B = 29.84%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.25

 K value IS 0.6

RGB Variations

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

Color information

#4F664D (or 0x4F664D) is known color: Nandor. HEX triplet: 4F, 66 and 4D. RGB value is (79,102,77). Sum of RGB (Red+Green+Blue) = 79+102+77=258 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.62% from 258); Green value is 102 (40.23% from 255 or 39.53% from 258); Blue value is 77 (30.47% from 255 or 29.84% from 258); Max value from RGB is 102 - color contains mainly: green. Hex color #4F664D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F664D is #B099B2. Grayscale: #5C5C5C. Windows color (decimal): -11573683 or 5072463. OLE color: 5072463.

HSL color Cylindrical-coordinate representation of color #4F664D: hue angle of 115.2º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4F664D is Cyan = 0.23, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB 79 102 77 -
CMYK 0.23 0 0.25 0.6
HSL 115.2º 0.14% 0.35% -
HSV(B) 115.2º 0.25% 0.4% -
XYZ 9.32 11.7 8.79 -
YUV 92.27 119.38 118.53 -
System Red Green Blue C M Y K H S L
Decimal 79 102 77 0.23 0 0.25 0.6 115.2 0.14 0.35
Hex 4F 66 4D 17 0 19 3C 73 E 23
Octal 117 146 115 27 0 31 74 163 16 43
Binary 1001111 1100110 1001101 10111 0 11001 111100 1110011 1110 100011

Color Harmonies of #4F664D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F664D

Black with #4F664D

Text Example


Text Example

White with #4F664D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,102,77); }

 H1.HeaderClassName
 {
   color: #4F664D;
 }
 .AnyTagClassName
 {
   color: #4F664D;
 }
</style>

background-color css

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

 a { background-color: rgb(79,102,77); }

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

border-color css

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

 span { border-color: rgb(79,102,77); }

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