#7BC374

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

Shades of De York #7BC374

Tints of De York #7BC374

Color information

#7BC374 (or 0x7BC374) is unknown color: approx De York. HEX triplet: 7B, C3 and 74. RGB value is (123,195,116). Sum of RGB (Red+Green+Blue) = 123+195+116=434 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.34% from 434); Green value is 195 (76.56% from 255 or 44.93% from 434); Blue value is 116 (45.70% from 255 or 26.73% from 434); Max value from RGB is 195 - color contains mainly: green. Hex color #7BC374 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BC374 is #843C8B. Grayscale: #A4A4A4. Windows color (decimal): -8666252 or 7652219. OLE color: 7652219.

HSL color Cylindrical-coordinate representation of color #7BC374: hue angle of 114.68º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7BC374 is Cyan = 0.37, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB123195116-
CMYK0.3700.410.24
HSL114.68º39.7%60.98%-
HSV(B)114.68º40.51%76.47%-
XYZ30.8444.523.49-
YUV164.47100.6598.42-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 28.34%
GREEN value IS 195 (76.56% from 255) = 44.93%
BLUE value IS 116 (45.70% from 255) = 26.73%
R=28.34%
G=44.93%
B=26.73%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1231951160.3700.410.24114.6839.760.98
Hex7BC374250291873283d
Octal17330316445051301635075
Binary11110111100001111101001001010101001110001110011101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BC374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,195,116); }

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

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

 a { background-color: rgb(123,195,116); }

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

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

 span { border-color: rgb(123,195,116); }

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