Html Css Color HEX #42706F Ming

📋 copy color: '#42706F'

red 66 ◦ green 112 ◦ blue 111

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

Shades of Ming #42706F

Tints of Ming #42706F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.75%

 BLUE value IS 111 (43.75% from 255) = 38.41%

R = 22.84%
G = 38.75%
B = 38.41%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#42706F (or 0x42706F) is known color: Ming. HEX triplet: 42, 70 and 6F. RGB value is (66,112,111). Sum of RGB (Red+Green+Blue) = 66+112+111=289 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.84% from 289); Green value is 112 (44.14% from 255 or 38.75% from 289); Blue value is 111 (43.75% from 255 or 38.41% from 289); Max value from RGB is 112 - color contains mainly: green. Hex color #42706F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42706F is #BD8F90. Grayscale: #626262. Windows color (decimal): -12423057 or 7303234. OLE color: 7303234.

HSL color Cylindrical-coordinate representation of color #42706F: hue angle of 178.7º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #42706F is Cyan = 0.41, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 112 111 -
CMYK 0.41 0 0.01 0.56
HSL 178.7º 0.26% 0.35% -
HSV(B) 178.7º 0.41% 0.44% -
XYZ 10.91 13.89 17.15 -
YUV 98.13 135.26 105.08 -
System Red Green Blue C M Y K H S L
Decimal 66 112 111 0.41 0 0.01 0.56 178.7 0.26 0.35
Hex 42 70 6F 29 0 1 38 B3 1A 23
Octal 102 160 157 51 0 1 70 263 32 43
Binary 1000010 1110000 1101111 101001 0 1 111000 10110011 11010 100011

Color Harmonies of #42706F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42706F

Black with #42706F

Text Example


Text Example

White with #42706F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42706F; }

 p { color: rgb(66,112,111); }

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

background-color css

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

 a { background-color: rgb(66,112,111); }

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

border-color css

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

 span { border-color: rgb(66,112,111); }

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