Html Css Color HEX #7CAF91 Padua

📋 copy color: '#7CAF91'

red 124 ◦ green 175 ◦ blue 145

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

Shades of Padua #7CAF91

Tints of Padua #7CAF91

RGB

 RED value IS 124 (48.83% from 255) = 27.93%

 GREEN value IS 175 (68.75% from 255) = 39.41%

 BLUE value IS 145 (57.03% from 255) = 32.66%

R = 27.93%
G = 39.41%
B = 32.66%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#7CAF91 (or 0x7CAF91) is known color: Padua. HEX triplet: 7C, AF and 91. RGB value is (124,175,145). Sum of RGB (Red+Green+Blue) = 124+175+145=444 (58% of max value = 765). Red value is 124 (48.83% from 255 or 27.93% from 444); Green value is 175 (68.75% from 255 or 39.41% from 444); Blue value is 145 (57.03% from 255 or 32.66% from 444); Max value from RGB is 175 - color contains mainly: green. Hex color #7CAF91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CAF91 is #83506E. Grayscale: #9C9C9C. Windows color (decimal): -8605807 or 9547644. OLE color: 9547644.

HSL color Cylindrical-coordinate representation of color #7CAF91: hue angle of 144.71º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7CAF91 is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB 124 175 145 -
CMYK 0.29 0 0.17 0.31
HSL 144.71º 0.24% 0.59% -
HSV(B) 144.71º 0.29% 0.69% -
XYZ 28.75 36.99 32.41 -
YUV 156.33 121.6 104.94 -
System Red Green Blue C M Y K H S L
Decimal 124 175 145 0.29 0 0.17 0.31 144.71 0.24 0.59
Hex 7C AF 91 1D 0 11 1F 91 18 3B
Octal 174 257 221 35 0 21 37 221 30 73
Binary 1111100 10101111 10010001 11101 0 10001 11111 10010001 11000 111011

Color Harmonies of #7CAF91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CAF91

Black with #7CAF91

Text Example


Text Example

White with #7CAF91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7CAF91; }

 p { color: rgb(124,175,145); }

 H1.HeaderClassName
 {
   color: #7CAF91;
 }
 .AnyTagClassName
 {
   color: #7CAF91;
 }
</style>

background-color css

<style>
 a { background-color: #7CAF91; }

 a { background-color: rgb(124,175,145); }

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

border-color css

<style>
 span { border-color: #7CAF91; }

 span { border-color: rgb(124,175,145); }

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