Html Css Color HEX #42694D Mineral Green

📋 copy color: '#42694D'

red 66 ◦ green 105 ◦ blue 77

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

Shades of Mineral Green #42694D

Tints of Mineral Green #42694D

RGB

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

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

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

R = 26.61%
G = 42.34%
B = 31.05%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.27

 K value IS 0.59

RGB Variations

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

Color information

#42694D (or 0x42694D) is known color: Mineral Green. HEX triplet: 42, 69 and 4D. RGB value is (66,105,77). Sum of RGB (Red+Green+Blue) = 66+105+77=248 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.61% from 248); Green value is 105 (41.41% from 255 or 42.34% from 248); Blue value is 77 (30.47% from 255 or 31.05% from 248); Max value from RGB is 105 - color contains mainly: green. Hex color #42694D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42694D is #BD96B2. Grayscale: #5A5A5A. Windows color (decimal): -12424883 or 5073218. OLE color: 5073218.

HSL color Cylindrical-coordinate representation of color #42694D: hue angle of 136.92º 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 #42694D is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB 66 105 77 -
CMYK 0.37 0 0.27 0.59
HSL 136.92º 0.23% 0.34% -
HSV(B) 136.92º 0.37% 0.41% -
XYZ 8.64 11.8 8.84 -
YUV 90.15 120.58 110.78 -
System Red Green Blue C M Y K H S L
Decimal 66 105 77 0.37 0 0.27 0.59 136.92 0.23 0.34
Hex 42 69 4D 25 0 1B 3B 89 17 22
Octal 102 151 115 45 0 33 73 211 27 42
Binary 1000010 1101001 1001101 100101 0 11011 111011 10001001 10111 100010

Color Harmonies of #42694D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42694D

Black with #42694D

Text Example


Text Example

White with #42694D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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