Html Css Color HEX #7FBA82 De York

📋 copy color: '#7FBA82'

red 127 ◦ green 186 ◦ blue 130

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

Shades of De York #7FBA82

Tints of De York #7FBA82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 29.35%

R = 28.67%
G = 41.99%
B = 29.35%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#7FBA82 (or 0x7FBA82) is known color: De York. HEX triplet: 7F, BA and 82. RGB value is (127,186,130). Sum of RGB (Red+Green+Blue) = 127+186+130=443 (58% of max value = 765). Red value is 127 (50% from 255 or 28.67% from 443); Green value is 186 (73.05% from 255 or 41.99% from 443); Blue value is 130 (51.17% from 255 or 29.35% from 443); Max value from RGB is 186 - color contains mainly: green. Hex color #7FBA82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBA82 is #80457D. Grayscale: #A2A2A2. Windows color (decimal): -8406398 or 8567423. OLE color: 8567423.

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

Color convert

RGB 127 186 130 -
CMYK 0.32 0 0.30 0.27
HSL 123.05º 0.3% 0.61% -
HSV(B) 123.05º 0.32% 0.73% -
XYZ 30.34 41.24 27.48 -
YUV 161.98 109.95 103.05 -
System Red Green Blue C M Y K H S L
Decimal 127 186 130 0.32 0 0.30 0.27 123.05 0.3 0.61
Hex 7F BA 82 20 0 1E 1B 7B 1E 3D
Octal 177 272 202 40 0 36 33 173 36 75
Binary 1111111 10111010 10000010 100000 0 11110 11011 1111011 11110 111101

Color Harmonies of #7FBA82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBA82

Black with #7FBA82

Text Example


Text Example

White with #7FBA82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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