#7BCB8B

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

Shades of De York #7BCB8B

Tints of De York #7BCB8B

Color information

#7BCB8B (or 0x7BCB8B) is unknown color: approx De York. HEX triplet: 7B, CB and 8B. RGB value is (123,203,139). Sum of RGB (Red+Green+Blue) = 123+203+139=465 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.45% from 465); Green value is 203 (79.69% from 255 or 43.66% from 465); Blue value is 139 (54.69% from 255 or 29.89% from 465); Max value from RGB is 203 - color contains mainly: green. Hex color #7BCB8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BCB8B is #843474. Grayscale: #ABABAB. Windows color (decimal): -8664181 or 9161595. OLE color: 9161595.

HSL color Cylindrical-coordinate representation of color #7BCB8B: hue angle of 132º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7BCB8B is Cyan = 0.39, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB123203139-
CMYK0.3900.320.20
HSL132º43.48%63.92%-
HSV(B)132º39.41%79.61%-
XYZ34.1848.7932.04-
YUV171.78109.593.2-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.45%
GREEN value IS 203 (79.69% from 255) = 43.66%
BLUE value IS 139 (54.69% from 255) = 29.89%
R=26.45%
G=43.66%
B=29.89%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1232031390.3900.320.2013243.4863.92
Hex7BCB8B2702014842b40
Octal173313213470402420453100
Binary11110111100101110001011100111010000010100100001001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BCB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,203,139); }

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

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

 a { background-color: rgb(123,203,139); }

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

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

 span { border-color: rgb(123,203,139); }

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