#7BBB82

Color #7BBB82 De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #7BBB82

Tints of De York #7BBB82

Color information

#7BBB82 (or 0x7BBB82) is unknown color: approx De York. HEX triplet: 7B, BB and 82. RGB value is (123,187,130). Sum of RGB (Red+Green+Blue) = 123+187+130=440 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.95% from 440); Green value is 187 (73.44% from 255 or 42.5% from 440); Blue value is 130 (51.17% from 255 or 29.55% from 440); Max value from RGB is 187 - color contains mainly: green. Hex color #7BBB82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BBB82 is #84447D. Grayscale: #A1A1A1. Windows color (decimal): -8668286 or 8567675. OLE color: 8567675.

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

Color convert

RGB123187130-
CMYK0.3400.300.27
HSL126.56º32%60.78%-
HSV(B)126.56º34.22%73.33%-
XYZ29.9741.3627.52-
YUV161.37110.3100.63-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 27.95%
GREEN value IS 187 (73.44% from 255) = 42.5%
BLUE value IS 130 (51.17% from 255) = 29.55%
R=27.95%
G=42.5%
B=29.55%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1231871300.3400.300.27126.563260.78
Hex7BBB822201E1B7f203d
Octal17327320242036331774075
Binary11110111011101110000010100010011110110111111111100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBB82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,187,130); }

 H1.HeaderClassName
 {
   color: #7BBB82;
 }
 .AnyTagClassName
 {
   color: #7BBB82;
 }
</style>
background-color css

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

 a { background-color: rgb(123,187,130); }

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

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

 span { border-color: rgb(123,187,130); }

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