Html Css Color HEX #42694E Mineral Green

📋 copy color: '#42694E'

red 66 ◦ green 105 ◦ blue 78

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

Shades of Mineral Green #42694E

Tints of Mineral Green #42694E

RGB

 RED value IS 66 (26.17% from 255) = 26.51%

 GREEN value IS 105 (41.41% from 255) = 42.17%

 BLUE value IS 78 (30.86% from 255) = 31.33%

R = 26.51%
G = 42.17%
B = 31.33%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.26

 K value IS 0.59

RGB Variations

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

Color information

#42694E (or 0x42694E) is known color: Mineral Green. HEX triplet: 42, 69 and 4E. RGB value is (66,105,78). Sum of RGB (Red+Green+Blue) = 66+105+78=249 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.51% from 249); Green value is 105 (41.41% from 255 or 42.17% from 249); Blue value is 78 (30.86% from 255 or 31.33% from 249); Max value from RGB is 105 - color contains mainly: green. Hex color #42694E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42694E is #BD96B1. Grayscale: #5A5A5A. Windows color (decimal): -12424882 or 5138754. OLE color: 5138754.

HSL color Cylindrical-coordinate representation of color #42694E: hue angle of 138.46º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #42694E is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.

Color convert

RGB 66 105 78 -
CMYK 0.37 0 0.26 0.59
HSL 138.46º 0.23% 0.34% -
HSV(B) 138.46º 0.37% 0.41% -
XYZ 8.67 11.81 9.03 -
YUV 90.26 121.08 110.7 -
System Red Green Blue C M Y K H S L
Decimal 66 105 78 0.37 0 0.26 0.59 138.46 0.23 0.34
Hex 42 69 4E 25 0 1A 3B 8A 17 22
Octal 102 151 116 45 0 32 73 212 27 42
Binary 1000010 1101001 1001110 100101 0 11010 111011 10001010 10111 100010

Color Harmonies of #42694E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42694E

Black with #42694E

Text Example


Text Example

White with #42694E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42694E; }

 p { color: rgb(66,105,78); }

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

background-color css

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

 a { background-color: rgb(66,105,78); }

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

border-color css

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

 span { border-color: rgb(66,105,78); }

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