Html Css Color HEX #42968A Lochinvar

📋 copy color: '#42968A'

red 66 ◦ green 150 ◦ blue 138

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

Shades of Lochinvar #42968A

Tints of Lochinvar #42968A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.37%

 BLUE value IS 138 (54.3% from 255) = 38.98%

R = 18.64%
G = 42.37%
B = 38.98%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.08

 K value IS 0.41

RGB Variations

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

Color information

#42968A (or 0x42968A) is known color: Lochinvar. HEX triplet: 42, 96 and 8A. RGB value is (66,150,138). Sum of RGB (Red+Green+Blue) = 66+150+138=354 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.64% from 354); Green value is 150 (58.98% from 255 or 42.37% from 354); Blue value is 138 (54.30% from 255 or 38.98% from 354); Max value from RGB is 150 - color contains mainly: green. Hex color #42968A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42968A is #BD6975. Grayscale: #7B7B7B. Windows color (decimal): -12413302 or 9082434. OLE color: 9082434.

HSL color Cylindrical-coordinate representation of color #42968A: hue angle of 171.43º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #42968A is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB 66 150 138 -
CMYK 0.56 0 0.08 0.41
HSL 171.43º 0.39% 0.42% -
HSV(B) 171.43º 0.56% 0.59% -
XYZ 17.74 24.81 27.9 -
YUV 123.52 136.17 86.98 -
System Red Green Blue C M Y K H S L
Decimal 66 150 138 0.56 0 0.08 0.41 171.43 0.39 0.42
Hex 42 96 8A 38 0 8 29 AB 27 2A
Octal 102 226 212 70 0 10 51 253 47 52
Binary 1000010 10010110 10001010 111000 0 1000 101001 10101011 100111 101010

Color Harmonies of #42968A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42968A

Black with #42968A

Text Example


Text Example

White with #42968A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,150,138); }

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

background-color css

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

 a { background-color: rgb(66,150,138); }

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

border-color css

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

 span { border-color: rgb(66,150,138); }

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