Html Css Color HEX #7FB99E Padua

📋 copy color: '#7FB99E'

red 127 ◦ green 185 ◦ blue 158

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

Shades of Padua #7FB99E

Tints of Padua #7FB99E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 33.62%

R = 27.02%
G = 39.36%
B = 33.62%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#7FB99E (or 0x7FB99E) is known color: Padua. HEX triplet: 7F, B9 and 9E. RGB value is (127,185,158). Sum of RGB (Red+Green+Blue) = 127+185+158=470 (62% of max value = 765). Red value is 127 (50% from 255 or 27.02% from 470); Green value is 185 (72.66% from 255 or 39.36% from 470); Blue value is 158 (62.11% from 255 or 33.62% from 470); Max value from RGB is 185 - color contains mainly: green. Hex color #7FB99E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB99E is #804661. Grayscale: #A4A4A4. Windows color (decimal): -8406626 or 10402175. OLE color: 10402175.

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

Color convert

RGB 127 185 158 -
CMYK 0.31 0 0.15 0.27
HSL 152.07º 0.29% 0.61% -
HSV(B) 152.07º 0.31% 0.73% -
XYZ 32.27 41.68 38.69 -
YUV 164.58 124.28 101.2 -
System Red Green Blue C M Y K H S L
Decimal 127 185 158 0.31 0 0.15 0.27 152.07 0.29 0.61
Hex 7F B9 9E 1F 0 F 1B 98 1D 3D
Octal 177 271 236 37 0 17 33 230 35 75
Binary 1111111 10111001 10011110 11111 0 1111 11011 10011000 11101 111101

Color Harmonies of #7FB99E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB99E

Black with #7FB99E

Text Example


Text Example

White with #7FB99E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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