Html Css Color HEX #42877F Lochinvar

📋 copy color: '#42877F'

red 66 ◦ green 135 ◦ blue 127

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

Shades of Lochinvar #42877F

Tints of Lochinvar #42877F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 41.16%

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

R = 20.12%
G = 41.16%
B = 38.72%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#42877F (or 0x42877F) is known color: Lochinvar. HEX triplet: 42, 87 and 7F. RGB value is (66,135,127). Sum of RGB (Red+Green+Blue) = 66+135+127=328 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.12% from 328); Green value is 135 (53.12% from 255 or 41.16% from 328); Blue value is 127 (50% from 255 or 38.72% from 328); Max value from RGB is 135 - color contains mainly: green. Hex color #42877F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42877F is #BD7880. Grayscale: #717171. Windows color (decimal): -12417153 or 8357698. OLE color: 8357698.

HSL color Cylindrical-coordinate representation of color #42877F: hue angle of 173.04º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #42877F is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB 66 135 127 -
CMYK 0.51 0 0.06 0.47
HSL 173.04º 0.34% 0.39% -
HSV(B) 173.04º 0.51% 0.53% -
XYZ 14.74 20.02 23.17 -
YUV 113.46 135.64 94.15 -
System Red Green Blue C M Y K H S L
Decimal 66 135 127 0.51 0 0.06 0.47 173.04 0.34 0.39
Hex 42 87 7F 33 0 6 2F AD 22 27
Octal 102 207 177 63 0 6 57 255 42 47
Binary 1000010 10000111 1111111 110011 0 110 101111 10101101 100010 100111

Color Harmonies of #42877F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42877F

Black with #42877F

Text Example


Text Example

White with #42877F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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