#7BC375

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

Shades of De York #7BC375

Tints of De York #7BC375

Color information

#7BC375 (or 0x7BC375) is unknown color: approx De York. HEX triplet: 7B, C3 and 75. RGB value is (123,195,117). Sum of RGB (Red+Green+Blue) = 123+195+117=435 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.28% from 435); Green value is 195 (76.56% from 255 or 44.83% from 435); Blue value is 117 (46.09% from 255 or 26.90% from 435); Max value from RGB is 195 - color contains mainly: green. Hex color #7BC375 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BC375 is #843C8A. Grayscale: #A4A4A4. Windows color (decimal): -8666251 or 7717755. OLE color: 7717755.

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

Color convert

RGB123195117-
CMYK0.3700.40.24
HSL115.38º39.39%61.18%-
HSV(B)115.38º40%76.47%-
XYZ30.8944.5323.8-
YUV164.58101.1598.34-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 28.28%
GREEN value IS 195 (76.56% from 255) = 44.83%
BLUE value IS 117 (46.09% from 255) = 26.90%
R=28.28%
G=44.83%
B=26.90%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1231951170.3700.40.24115.3839.3961.18
Hex7BC375250281873273d
Octal17330316545050301634775
Binary11110111100001111101011001010101000110001110011100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BC375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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