Html Css Color HEX #42877A Lochinvar

📋 copy color: '#42877A'

red 66 ◦ green 135 ◦ blue 122

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

Shades of Lochinvar #42877A

Tints of Lochinvar #42877A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 37.77%

R = 20.43%
G = 41.8%
B = 37.77%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#42877A (or 0x42877A) is known color: Lochinvar. HEX triplet: 42, 87 and 7A. RGB value is (66,135,122). Sum of RGB (Red+Green+Blue) = 66+135+122=323 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.43% from 323); Green value is 135 (53.12% from 255 or 41.80% from 323); Blue value is 122 (48.05% from 255 or 37.77% from 323); Max value from RGB is 135 - color contains mainly: green. Hex color #42877A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42877A is #BD7885. Grayscale: #707070. Windows color (decimal): -12417158 or 8030018. OLE color: 8030018.

HSL color Cylindrical-coordinate representation of color #42877A: hue angle of 168.7º 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 #42877A is Cyan = 0.51, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 66 135 122 -
CMYK 0.51 0 0.10 0.47
HSL 168.7º 0.34% 0.39% -
HSV(B) 168.7º 0.51% 0.53% -
XYZ 14.42 19.89 21.49 -
YUV 112.89 133.14 94.56 -
System Red Green Blue C M Y K H S L
Decimal 66 135 122 0.51 0 0.10 0.47 168.7 0.34 0.39
Hex 42 87 7A 33 0 A 2F A9 22 27
Octal 102 207 172 63 0 12 57 251 42 47
Binary 1000010 10000111 1111010 110011 0 1010 101111 10101001 100010 100111

Color Harmonies of #42877A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42877A

Black with #42877A

Text Example


Text Example

White with #42877A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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