Html Css Color HEX #7FB99F Padua

📋 copy color: '#7FB99F'

red 127 ◦ green 185 ◦ blue 159

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

Shades of Padua #7FB99F

Tints of Padua #7FB99F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 33.76%

R = 26.96%
G = 39.28%
B = 33.76%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#7FB99F (or 0x7FB99F) is known color: Padua. HEX triplet: 7F, B9 and 9F. RGB value is (127,185,159). Sum of RGB (Red+Green+Blue) = 127+185+159=471 (62% of max value = 765). Red value is 127 (50% from 255 or 26.96% from 471); Green value is 185 (72.66% from 255 or 39.28% from 471); Blue value is 159 (62.5% from 255 or 33.76% from 471); Max value from RGB is 185 - color contains mainly: green. Hex color #7FB99F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB99F is #804660. Grayscale: #A4A4A4. Windows color (decimal): -8406625 or 10467711. OLE color: 10467711.

HSL color Cylindrical-coordinate representation of color #7FB99F: hue angle of 153.1º 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 #7FB99F is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB 127 185 159 -
CMYK 0.31 0 0.14 0.27
HSL 153.1º 0.29% 0.61% -
HSV(B) 153.1º 0.31% 0.73% -
XYZ 32.36 41.71 39.15 -
YUV 164.69 124.78 101.11 -
System Red Green Blue C M Y K H S L
Decimal 127 185 159 0.31 0 0.14 0.27 153.1 0.29 0.61
Hex 7F B9 9F 1F 0 E 1B 99 1D 3D
Octal 177 271 237 37 0 16 33 231 35 75
Binary 1111111 10111001 10011111 11111 0 1110 11011 10011001 11101 111101

Color Harmonies of #7FB99F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB99F

Black with #7FB99F

Text Example


Text Example

White with #7FB99F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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