Html Css Color HEX #7BBA80 De York

📋 copy color: '#7BBA80'

red 123 ◦ green 186 ◦ blue 128

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

Shades of De York #7BBA80

Tints of De York #7BBA80

RGB

 RED value IS 123 (48.44% from 255) = 28.15%

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

 BLUE value IS 128 (50.39% from 255) = 29.29%

R = 28.15%
G = 42.56%
B = 29.29%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#7BBA80 (or 0x7BBA80) is known color: De York. HEX triplet: 7B, BA and 80. RGB value is (123,186,128). Sum of RGB (Red+Green+Blue) = 123+186+128=437 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.15% from 437); Green value is 186 (73.05% from 255 or 42.56% from 437); Blue value is 128 (50.39% from 255 or 29.29% from 437); Max value from RGB is 186 - color contains mainly: green. Hex color #7BBA80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BBA80 is #84457F. Grayscale: #A0A0A0. Windows color (decimal): -8668544 or 8436347. OLE color: 8436347.

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

Color convert

RGB 123 186 128 -
CMYK 0.34 0 0.31 0.27
HSL 124.76º 0.31% 0.61% -
HSV(B) 124.76º 0.34% 0.73% -
XYZ 29.62 40.89 26.75 -
YUV 160.55 109.63 101.22 -
System Red Green Blue C M Y K H S L
Decimal 123 186 128 0.34 0 0.31 0.27 124.76 0.31 0.61
Hex 7B BA 80 22 0 1F 1B 7D 1F 3D
Octal 173 272 200 42 0 37 33 175 37 75
Binary 1111011 10111010 10000000 100010 0 11111 11011 1111101 11111 111101

Color Harmonies of #7BBA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BBA80

Black with #7BBA80

Text Example


Text Example

White with #7BBA80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,186,128); }

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

background-color css

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

 a { background-color: rgb(123,186,128); }

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

border-color css

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

 span { border-color: rgb(123,186,128); }

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