#7CBF75

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

Shades of De York #7CBF75

Tints of De York #7CBF75

Color information

#7CBF75 (or 0x7CBF75) is unknown color: approx De York. HEX triplet: 7C, BF and 75. RGB value is (124,191,117). Sum of RGB (Red+Green+Blue) = 124+191+117=432 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.70% from 432); Green value is 191 (75% from 255 or 44.21% from 432); Blue value is 117 (46.09% from 255 or 27.08% from 432); Max value from RGB is 191 - color contains mainly: green. Hex color #7CBF75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBF75 is #83408A. Grayscale: #A2A2A2. Windows color (decimal): -8601739 or 7716732. OLE color: 7716732.

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

Color convert

RGB124191117-
CMYK0.3500.390.25
HSL114.32º36.63%60.39%-
HSV(B)114.32º38.74%74.9%-
XYZ30.1542.8323.51-
YUV162.53102.3100.52-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.70%
GREEN value IS 191 (75% from 255) = 44.21%
BLUE value IS 117 (46.09% from 255) = 27.08%
R=28.70%
G=44.21%
B=27.08%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1241911170.3500.390.25114.3236.6360.39
Hex7CBF75230271972253c
Octal17427716543047311624574
Binary11111001011111111101011000110100111110011110010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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