Html Css Color HEX #7FBF93 Padua

📋 copy color: '#7FBF93'

red 127 ◦ green 191 ◦ blue 147

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

Shades of Padua #7FBF93

Tints of Padua #7FBF93

RGB

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

 GREEN value IS 191 (75% from 255) = 41.08%

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

R = 27.31%
G = 41.08%
B = 31.61%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#7FBF93 (or 0x7FBF93) is known color: Padua. HEX triplet: 7F, BF and 93. RGB value is (127,191,147). Sum of RGB (Red+Green+Blue) = 127+191+147=465 (61% of max value = 765). Red value is 127 (50% from 255 or 27.31% from 465); Green value is 191 (75% from 255 or 41.08% from 465); Blue value is 147 (57.81% from 255 or 31.61% from 465); Max value from RGB is 191 - color contains mainly: green. Hex color #7FBF93 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBF93 is #80406C. Grayscale: #A6A6A6. Windows color (decimal): -8405101 or 9682815. OLE color: 9682815.

HSL color Cylindrical-coordinate representation of color #7FBF93: hue angle of 138.75º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7FBF93 is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB 127 191 147 -
CMYK 0.34 0 0.23 0.25
HSL 138.75º 0.33% 0.62% -
HSV(B) 138.75º 0.34% 0.75% -
XYZ 32.65 43.88 34.35 -
YUV 166.85 116.8 99.58 -
System Red Green Blue C M Y K H S L
Decimal 127 191 147 0.34 0 0.23 0.25 138.75 0.33 0.62
Hex 7F BF 93 22 0 17 19 8B 21 3E
Octal 177 277 223 42 0 27 31 213 41 76
Binary 1111111 10111111 10010011 100010 0 10111 11001 10001011 100001 111110

Color Harmonies of #7FBF93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBF93

Black with #7FBF93

Text Example


Text Example

White with #7FBF93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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