Html Css Color HEX #7CB680 De York

📋 copy color: '#7CB680'

red 124 ◦ green 182 ◦ blue 128

#7CB680
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of De York #7CB680

Tints of De York #7CB680

RGB

 RED value IS 124 (48.83% from 255) = 28.57%

 GREEN value IS 182 (71.48% from 255) = 41.94%

 BLUE value IS 128 (50.39% from 255) = 29.49%

R = 28.57%
G = 41.94%
B = 29.49%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#7CB680 (or 0x7CB680) is known color: De York. HEX triplet: 7C, B6 and 80. RGB value is (124,182,128). Sum of RGB (Red+Green+Blue) = 124+182+128=434 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.57% from 434); Green value is 182 (71.48% from 255 or 41.94% from 434); Blue value is 128 (50.39% from 255 or 29.49% from 434); Max value from RGB is 182 - color contains mainly: green. Hex color #7CB680 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CB680 is #83497F. Grayscale: #9E9E9E. Windows color (decimal): -8604032 or 8435324. OLE color: 8435324.

HSL color Cylindrical-coordinate representation of color #7CB680: hue angle of 124.14º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7CB680 is Cyan = 0.32, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB 124 182 128 -
CMYK 0.32 0 0.30 0.29
HSL 124.14º 0.28% 0.6% -
HSV(B) 124.14º 0.32% 0.71% -
XYZ 28.94 39.3 26.48 -
YUV 158.5 110.78 103.39 -
System Red Green Blue C M Y K H S L
Decimal 124 182 128 0.32 0 0.30 0.29 124.14 0.28 0.6
Hex 7C B6 80 20 0 1E 1D 7C 1C 3C
Octal 174 266 200 40 0 36 35 174 34 74
Binary 1111100 10110110 10000000 100000 0 11110 11101 1111100 11100 111100

Color Harmonies of #7CB680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB680

Black with #7CB680

Text Example


Text Example

White with #7CB680

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,182,128); }

 H1.HeaderClassName
 {
   color: #7CB680;
 }
 .AnyTagClassName
 {
   color: #7CB680;
 }
</style>

background-color css

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

 a { background-color: rgb(124,182,128); }

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

border-color css

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

 span { border-color: rgb(124,182,128); }

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