Html Css Color HEX #466750 Mineral Green

📋 copy color: '#466750'

red 70 ◦ green 103 ◦ blue 80

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

Shades of Mineral Green #466750

Tints of Mineral Green #466750

RGB

 RED value IS 70 (27.73% from 255) = 27.67%

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

 BLUE value IS 80 (31.64% from 255) = 31.62%

R = 27.67%
G = 40.71%
B = 31.62%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.22

 K value IS 0.60

RGB Variations

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

Color information

#466750 (or 0x466750) is known color: Mineral Green. HEX triplet: 46, 67 and 50. RGB value is (70,103,80). Sum of RGB (Red+Green+Blue) = 70+103+80=253 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.67% from 253); Green value is 103 (40.62% from 255 or 40.71% from 253); Blue value is 80 (31.64% from 255 or 31.62% from 253); Max value from RGB is 103 - color contains mainly: green. Hex color #466750 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466750 is #B998AF. Grayscale: #5A5A5A. Windows color (decimal): -12163248 or 5269318. OLE color: 5269318.

HSL color Cylindrical-coordinate representation of color #466750: hue angle of 138.18º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #466750 is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.60.

Color convert

RGB 70 103 80 -
CMYK 0.32 0 0.22 0.60
HSL 138.18º 0.19% 0.34% -
HSV(B) 138.18º 0.32% 0.4% -
XYZ 8.82 11.58 9.36 -
YUV 90.51 122.07 113.37 -
System Red Green Blue C M Y K H S L
Decimal 70 103 80 0.32 0 0.22 0.60 138.18 0.19 0.34
Hex 46 67 50 20 0 16 3C 8A 13 22
Octal 106 147 120 40 0 26 74 212 23 42
Binary 1000110 1100111 1010000 100000 0 10110 111100 10001010 10011 100010

Color Harmonies of #466750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466750

Black with #466750

Text Example


Text Example

White with #466750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466750; }

 p { color: rgb(70,103,80); }

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

background-color css

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

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

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

border-color css

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

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

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