#7BBF75

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

Shades of De York #7BBF75

Tints of De York #7BBF75

Color information

#7BBF75 (or 0x7BBF75) is unknown color: approx De York. HEX triplet: 7B, BF and 75. RGB value is (123,191,117). Sum of RGB (Red+Green+Blue) = 123+191+117=431 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.54% from 431); Green value is 191 (75% from 255 or 44.32% from 431); Blue value is 117 (46.09% from 255 or 27.15% from 431); Max value from RGB is 191 - color contains mainly: green. Hex color #7BBF75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BBF75 is #84408A. Grayscale: #A2A2A2. Windows color (decimal): -8667275 or 7716731. OLE color: 7716731.

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

Color convert

RGB123191117-
CMYK0.3600.390.25
HSL115.14º36.63%60.39%-
HSV(B)115.14º38.74%74.9%-
XYZ30.0142.7623.5-
YUV162.23102.47100.02-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 28.54%
GREEN value IS 191 (75% from 255) = 44.32%
BLUE value IS 117 (46.09% from 255) = 27.15%
R=28.54%
G=44.32%
B=27.15%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1231911170.3600.390.25115.1436.6360.39
Hex7BBF75240271973253c
Octal17327716544047311634574
Binary11110111011111111101011001000100111110011110011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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