Html Css Color HEX #4F6655 Mineral Green

📋 copy color: '#4F6655'

red 79 ◦ green 102 ◦ blue 85

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

Shades of Mineral Green #4F6655

Tints of Mineral Green #4F6655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 31.95%

R = 29.7%
G = 38.35%
B = 31.95%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.17

 K value IS 0.6

RGB Variations

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

Color information

#4F6655 (or 0x4F6655) is known color: Mineral Green. HEX triplet: 4F, 66 and 55. RGB value is (79,102,85). Sum of RGB (Red+Green+Blue) = 79+102+85=266 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.70% from 266); Green value is 102 (40.23% from 255 or 38.35% from 266); Blue value is 85 (33.59% from 255 or 31.95% from 266); Max value from RGB is 102 - color contains mainly: green. Hex color #4F6655 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6655 is #B099AA. Grayscale: #5D5D5D. Windows color (decimal): -11573675 or 5596751. OLE color: 5596751.

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

Color convert

RGB 79 102 85 -
CMYK 0.23 0 0.17 0.6
HSL 135.65º 0.13% 0.35% -
HSV(B) 135.65º 0.23% 0.4% -
XYZ 9.62 11.82 10.37 -
YUV 93.19 123.38 117.88 -
System Red Green Blue C M Y K H S L
Decimal 79 102 85 0.23 0 0.17 0.6 135.65 0.13 0.35
Hex 4F 66 55 17 0 11 3C 88 D 23
Octal 117 146 125 27 0 21 74 210 15 43
Binary 1001111 1100110 1010101 10111 0 10001 111100 10001000 1101 100011

Color Harmonies of #4F6655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F6655

Black with #4F6655

Text Example


Text Example

White with #4F6655

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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