Html Css Color HEX #7CBC7E De York

📋 copy color: '#7CBC7E'

red 124 ◦ green 188 ◦ blue 126

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

Shades of De York #7CBC7E

Tints of De York #7CBC7E

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.92%

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

R = 28.31%
G = 42.92%
B = 28.77%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#7CBC7E (or 0x7CBC7E) is known color: De York. HEX triplet: 7C, BC and 7E. RGB value is (124,188,126). Sum of RGB (Red+Green+Blue) = 124+188+126=438 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.31% from 438); Green value is 188 (73.83% from 255 or 42.92% from 438); Blue value is 126 (49.61% from 255 or 28.77% from 438); Max value from RGB is 188 - color contains mainly: green. Hex color #7CBC7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBC7E is #834381. Grayscale: #A1A1A1. Windows color (decimal): -8602498 or 8305788. OLE color: 8305788.

HSL color Cylindrical-coordinate representation of color #7CBC7E: hue angle of 121.88º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7CBC7E is Cyan = 0.34, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB 124 188 126 -
CMYK 0.34 0 0.33 0.26
HSL 121.88º 0.32% 0.61% -
HSV(B) 121.88º 0.34% 0.74% -
XYZ 30.06 41.76 26.21 -
YUV 161.8 107.8 101.04 -
System Red Green Blue C M Y K H S L
Decimal 124 188 126 0.34 0 0.33 0.26 121.88 0.32 0.61
Hex 7C BC 7E 22 0 21 1A 7A 20 3D
Octal 174 274 176 42 0 41 32 172 40 75
Binary 1111100 10111100 1111110 100010 0 100001 11010 1111010 100000 111101

Color Harmonies of #7CBC7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBC7E

Black with #7CBC7E

Text Example


Text Example

White with #7CBC7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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