Html Css Color HEX #428F7F Lochinvar

📋 copy color: '#428F7F'

red 66 ◦ green 143 ◦ blue 127

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

Shades of Lochinvar #428F7F

Tints of Lochinvar #428F7F

RGB

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

 GREEN value IS 143 (56.25% from 255) = 42.56%

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

R = 19.64%
G = 42.56%
B = 37.8%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#428F7F (or 0x428F7F) is known color: Lochinvar. HEX triplet: 42, 8F and 7F. RGB value is (66,143,127). Sum of RGB (Red+Green+Blue) = 66+143+127=336 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.64% from 336); Green value is 143 (56.25% from 255 or 42.56% from 336); Blue value is 127 (50% from 255 or 37.80% from 336); Max value from RGB is 143 - color contains mainly: green. Hex color #428F7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428F7F is #BD7080. Grayscale: #767676. Windows color (decimal): -12415105 or 8359746. OLE color: 8359746.

HSL color Cylindrical-coordinate representation of color #428F7F: hue angle of 167.53º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #428F7F is Cyan = 0.54, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB 66 143 127 -
CMYK 0.54 0 0.11 0.44
HSL 167.53º 0.37% 0.41% -
HSV(B) 167.53º 0.54% 0.56% -
XYZ 15.9 22.34 23.55 -
YUV 118.15 132.99 90.8 -
System Red Green Blue C M Y K H S L
Decimal 66 143 127 0.54 0 0.11 0.44 167.53 0.37 0.41
Hex 42 8F 7F 36 0 B 2C A8 25 29
Octal 102 217 177 66 0 13 54 250 45 51
Binary 1000010 10001111 1111111 110110 0 1011 101100 10101000 100101 101001

Color Harmonies of #428F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428F7F

Black with #428F7F

Text Example


Text Example

White with #428F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428F7F; }

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

 H1.HeaderClassName
 {
   color: #428F7F;
 }
 .AnyTagClassName
 {
   color: #428F7F;
 }
</style>

background-color css

<style>
 a { background-color: #428F7F; }

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

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

border-color css

<style>
 span { border-color: #428F7F; }

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

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