Html Css Color HEX #7FB993 Padua

📋 copy color: '#7FB993'

red 127 ◦ green 185 ◦ blue 147

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

Shades of Padua #7FB993

Tints of Padua #7FB993

RGB

 RED value IS 127 (50% from 255) = 27.67%

 GREEN value IS 185 (72.66% from 255) = 40.31%

 BLUE value IS 147 (57.81% from 255) = 32.03%

R = 27.67%
G = 40.31%
B = 32.03%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#7FB993 (or 0x7FB993) is known color: Padua. HEX triplet: 7F, B9 and 93. RGB value is (127,185,147). Sum of RGB (Red+Green+Blue) = 127+185+147=459 (60% of max value = 765). Red value is 127 (50% from 255 or 27.67% from 459); Green value is 185 (72.66% from 255 or 40.31% from 459); Blue value is 147 (57.81% from 255 or 32.03% from 459); Max value from RGB is 185 - color contains mainly: green. Hex color #7FB993 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB993 is #80466C. Grayscale: #A3A3A3. Windows color (decimal): -8406637 or 9681279. OLE color: 9681279.

HSL color Cylindrical-coordinate representation of color #7FB993: hue angle of 140.69º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7FB993 is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB 127 185 147 -
CMYK 0.31 0 0.21 0.27
HSL 140.69º 0.29% 0.61% -
HSV(B) 140.69º 0.31% 0.73% -
XYZ 31.37 41.32 33.93 -
YUV 163.33 118.78 102.09 -
System Red Green Blue C M Y K H S L
Decimal 127 185 147 0.31 0 0.21 0.27 140.69 0.29 0.61
Hex 7F B9 93 1F 0 15 1B 8D 1D 3D
Octal 177 271 223 37 0 25 33 215 35 75
Binary 1111111 10111001 10010011 11111 0 10101 11011 10001101 11101 111101

Color Harmonies of #7FB993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB993

Black with #7FB993

Text Example


Text Example

White with #7FB993

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,185,147); }

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

background-color css

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

 a { background-color: rgb(127,185,147); }

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

border-color css

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

 span { border-color: rgb(127,185,147); }

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