#7BBF85

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

Shades of De York #7BBF85

Tints of De York #7BBF85

Color information

#7BBF85 (or 0x7BBF85) is unknown color: approx De York. HEX triplet: 7B, BF and 85. RGB value is (123,191,133). Sum of RGB (Red+Green+Blue) = 123+191+133=447 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.52% from 447); Green value is 191 (75% from 255 or 42.73% from 447); Blue value is 133 (52.34% from 255 or 29.75% from 447); Max value from RGB is 191 - color contains mainly: green. Hex color #7BBF85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BBF85 is #84407A. Grayscale: #A4A4A4. Windows color (decimal): -8667259 or 8765307. OLE color: 8765307.

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

Color convert

RGB123191133-
CMYK0.3600.300.25
HSL128.82º34.69%61.57%-
HSV(B)128.82º35.6%74.9%-
XYZ31.0343.1728.89-
YUV164.06110.4798.72-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 27.52%
GREEN value IS 191 (75% from 255) = 42.73%
BLUE value IS 133 (52.34% from 255) = 29.75%
R=27.52%
G=42.73%
B=29.75%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1231911330.3600.300.25128.8234.6961.57
Hex7BBF852401E1981233e
Octal17327720544036312014376
Binary111101110111111100001011001000111101100110000001100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,191,133); }

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

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

 a { background-color: rgb(123,191,133); }

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

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

 span { border-color: rgb(123,191,133); }

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