Html Css Color HEX #4F674F Nandor

📋 copy color: '#4F674F'

red 79 ◦ green 103 ◦ blue 79

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

Shades of Nandor #4F674F

Tints of Nandor #4F674F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 39.46%

 BLUE value IS 79 (31.25% from 255) = 30.27%

R = 30.27%
G = 39.46%
B = 30.27%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.23

 K value IS 0.60

RGB Variations

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

Color information

#4F674F (or 0x4F674F) is known color: Nandor. HEX triplet: 4F, 67 and 4F. RGB value is (79,103,79). Sum of RGB (Red+Green+Blue) = 79+103+79=261 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.27% from 261); Green value is 103 (40.62% from 255 or 39.46% from 261); Blue value is 79 (31.25% from 255 or 30.27% from 261); Max value from RGB is 103 - color contains mainly: green. Hex color #4F674F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F674F is #B098B0. Grayscale: #5D5D5D. Windows color (decimal): -11573425 or 5203791. OLE color: 5203791.

HSL color Cylindrical-coordinate representation of color #4F674F: hue angle of 120º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4F674F is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.60.

Color convert

RGB 79 103 79 -
CMYK 0.23 0 0.23 0.60
HSL 120º 0.13% 0.36% -
HSV(B) 120º 0.23% 0.4% -
XYZ 9.49 11.93 9.2 -
YUV 93.09 120.05 117.95 -
System Red Green Blue C M Y K H S L
Decimal 79 103 79 0.23 0 0.23 0.60 120 0.13 0.36
Hex 4F 67 4F 17 0 17 3C 78 D 24
Octal 117 147 117 27 0 27 74 170 15 44
Binary 1001111 1100111 1001111 10111 0 10111 111100 1111000 1101 100100

Color Harmonies of #4F674F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F674F

Black with #4F674F

Text Example


Text Example

White with #4F674F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,103,79); }

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

background-color css

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

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

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

border-color css

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

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

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