Html Css Color HEX #7CB47E De York

📋 copy color: '#7CB47E'

red 124 ◦ green 180 ◦ blue 126

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

Shades of De York #7CB47E

Tints of De York #7CB47E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.86%

 BLUE value IS 126 (49.61% from 255) = 29.3%

R = 28.84%
G = 41.86%
B = 29.3%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.3

 K value IS 0.29

RGB Variations

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

Color information

#7CB47E (or 0x7CB47E) is known color: De York. HEX triplet: 7C, B4 and 7E. RGB value is (124,180,126). Sum of RGB (Red+Green+Blue) = 124+180+126=430 (56% of max value = 765). Red value is 124 (48.83% from 255 or 28.84% from 430); Green value is 180 (70.70% from 255 or 41.86% from 430); Blue value is 126 (49.61% from 255 or 29.30% from 430); Max value from RGB is 180 - color contains mainly: green. Hex color #7CB47E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB47E is #834B81. Grayscale: #9D9D9D. Windows color (decimal): -8604546 or 8303740. OLE color: 8303740.

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

Color convert

RGB 124 180 126 -
CMYK 0.31 0 0.3 0.29
HSL 122.14º 0.27% 0.6% -
HSV(B) 122.14º 0.31% 0.71% -
XYZ 28.4 38.43 25.66 -
YUV 157.1 110.45 104.39 -
System Red Green Blue C M Y K H S L
Decimal 124 180 126 0.31 0 0.3 0.29 122.14 0.27 0.6
Hex 7C B4 7E 1F 0 1E 1D 7A 1B 3C
Octal 174 264 176 37 0 36 35 172 33 74
Binary 1111100 10110100 1111110 11111 0 11110 11101 1111010 11011 111100

Color Harmonies of #7CB47E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB47E

Black with #7CB47E

Text Example


Text Example

White with #7CB47E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,180,126); }

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

background-color css

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

 a { background-color: rgb(124,180,126); }

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

border-color css

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

 span { border-color: rgb(124,180,126); }

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