Html Css Color HEX #42857F Lochinvar

📋 copy color: '#42857F'

red 66 ◦ green 133 ◦ blue 127

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

Shades of Lochinvar #42857F

Tints of Lochinvar #42857F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.8%

 BLUE value IS 127 (50% from 255) = 38.96%

R = 20.25%
G = 40.8%
B = 38.96%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#42857F (or 0x42857F) is known color: Lochinvar. HEX triplet: 42, 85 and 7F. RGB value is (66,133,127). Sum of RGB (Red+Green+Blue) = 66+133+127=326 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.25% from 326); Green value is 133 (52.34% from 255 or 40.80% from 326); Blue value is 127 (50% from 255 or 38.96% from 326); Max value from RGB is 133 - color contains mainly: green. Hex color #42857F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42857F is #BD7A80. Grayscale: #707070. Windows color (decimal): -12417665 or 8357186. OLE color: 8357186.

HSL color Cylindrical-coordinate representation of color #42857F: hue angle of 174.63º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #42857F is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 66 133 127 -
CMYK 0.50 0 0.05 0.48
HSL 174.63º 0.34% 0.39% -
HSV(B) 174.63º 0.5% 0.52% -
XYZ 14.47 19.47 23.07 -
YUV 112.28 136.3 94.99 -
System Red Green Blue C M Y K H S L
Decimal 66 133 127 0.50 0 0.05 0.48 174.63 0.34 0.39
Hex 42 85 7F 32 0 5 30 AF 22 27
Octal 102 205 177 62 0 5 60 257 42 47
Binary 1000010 10000101 1111111 110010 0 101 110000 10101111 100010 100111

Color Harmonies of #42857F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42857F

Black with #42857F

Text Example


Text Example

White with #42857F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,133,127); }

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

background-color css

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

 a { background-color: rgb(66,133,127); }

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

border-color css

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

 span { border-color: rgb(66,133,127); }

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