#7BBF7F

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

Shades of De York #7BBF7F

Tints of De York #7BBF7F

Color information

#7BBF7F (or 0x7BBF7F) is unknown color: approx De York. HEX triplet: 7B, BF and 7F. RGB value is (123,191,127). Sum of RGB (Red+Green+Blue) = 123+191+127=441 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.89% from 441); Green value is 191 (75% from 255 or 43.31% from 441); Blue value is 127 (50% from 255 or 28.80% from 441); Max value from RGB is 191 - color contains mainly: green. Hex color #7BBF7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BBF7F is #844080. Grayscale: #A3A3A3. Windows color (decimal): -8667265 or 8372091. OLE color: 8372091.

HSL color Cylindrical-coordinate representation of color #7BBF7F: hue angle of 123.53º 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 #7BBF7F is Cyan = 0.36, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB123191127-
CMYK0.3600.340.25
HSL123.53º34.69%61.57%-
HSV(B)123.53º35.6%74.9%-
XYZ30.634326.77-
YUV163.37107.4799.2-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 27.89%
GREEN value IS 191 (75% from 255) = 43.31%
BLUE value IS 127 (50% from 255) = 28.80%
R=27.89%
G=43.31%
B=28.80%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1231911270.3600.340.25123.5334.6961.57
Hex7BBF7F24022197c233e
Octal17327717744042311744376
Binary11110111011111111111111001000100010110011111100100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBF7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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