Html Css Color HEX #47967B Lochinvar

📋 copy color: '#47967B'

red 71 ◦ green 150 ◦ blue 123

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

Shades of Lochinvar #47967B

Tints of Lochinvar #47967B

RGB

 RED value IS 71 (28.13% from 255) = 20.64%

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

 BLUE value IS 123 (48.44% from 255) = 35.76%

R = 20.64%
G = 43.6%
B = 35.76%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#47967B (or 0x47967B) is known color: Lochinvar. HEX triplet: 47, 96 and 7B. RGB value is (71,150,123). Sum of RGB (Red+Green+Blue) = 71+150+123=344 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.64% from 344); Green value is 150 (58.98% from 255 or 43.60% from 344); Blue value is 123 (48.44% from 255 or 35.76% from 344); Max value from RGB is 150 - color contains mainly: green. Hex color #47967B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47967B is #B86984. Grayscale: #7B7B7B. Windows color (decimal): -12085637 or 8099399. OLE color: 8099399.

HSL color Cylindrical-coordinate representation of color #47967B: hue angle of 159.49º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #47967B is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB 71 150 123 -
CMYK 0.53 0 0.18 0.41
HSL 159.49º 0.36% 0.43% -
HSV(B) 159.49º 0.53% 0.59% -
XYZ 17.08 24.58 22.58 -
YUV 123.3 127.83 90.7 -
System Red Green Blue C M Y K H S L
Decimal 71 150 123 0.53 0 0.18 0.41 159.49 0.36 0.43
Hex 47 96 7B 35 0 12 29 9F 24 2B
Octal 107 226 173 65 0 22 51 237 44 53
Binary 1000111 10010110 1111011 110101 0 10010 101001 10011111 100100 101011

Color Harmonies of #47967B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47967B

Black with #47967B

Text Example


Text Example

White with #47967B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47967B; }

 p { color: rgb(71,150,123); }

 H1.HeaderClassName
 {
   color: #47967B;
 }
 .AnyTagClassName
 {
   color: #47967B;
 }
</style>

background-color css

<style>
 a { background-color: #47967B; }

 a { background-color: rgb(71,150,123); }

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

border-color css

<style>
 span { border-color: #47967B; }

 span { border-color: rgb(71,150,123); }

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