Html Css Color HEX #7FBA84 De York

📋 copy color: '#7FBA84'

red 127 ◦ green 186 ◦ blue 132

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

Shades of De York #7FBA84

Tints of De York #7FBA84

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.8%

 BLUE value IS 132 (51.95% from 255) = 29.66%

R = 28.54%
G = 41.8%
B = 29.66%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#7FBA84 (or 0x7FBA84) is known color: De York. HEX triplet: 7F, BA and 84. RGB value is (127,186,132). Sum of RGB (Red+Green+Blue) = 127+186+132=445 (58% of max value = 765). Red value is 127 (50% from 255 or 28.54% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 132 (51.95% from 255 or 29.66% from 445); Max value from RGB is 186 - color contains mainly: green. Hex color #7FBA84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBA84 is #80457B. Grayscale: #A2A2A2. Windows color (decimal): -8406396 or 8698495. OLE color: 8698495.

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

Color convert

RGB 127 186 132 -
CMYK 0.32 0 0.29 0.27
HSL 125.08º 0.3% 0.61% -
HSV(B) 125.08º 0.32% 0.73% -
XYZ 30.48 41.3 28.19 -
YUV 162.2 110.95 102.89 -
System Red Green Blue C M Y K H S L
Decimal 127 186 132 0.32 0 0.29 0.27 125.08 0.3 0.61
Hex 7F BA 84 20 0 1D 1B 7D 1E 3D
Octal 177 272 204 40 0 35 33 175 36 75
Binary 1111111 10111010 10000100 100000 0 11101 11011 1111101 11110 111101

Color Harmonies of #7FBA84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBA84

Black with #7FBA84

Text Example


Text Example

White with #7FBA84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,186,132); }

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

background-color css

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

 a { background-color: rgb(127,186,132); }

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

border-color css

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

 span { border-color: rgb(127,186,132); }

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