Html Css Color HEX #7CBC75 De York

📋 copy color: '#7CBC75'

red 124 ◦ green 188 ◦ blue 117

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

Shades of De York #7CBC75

Tints of De York #7CBC75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.27%

R = 28.9%
G = 43.82%
B = 27.27%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#7CBC75 (or 0x7CBC75) is known color: De York. HEX triplet: 7C, BC and 75. RGB value is (124,188,117). Sum of RGB (Red+Green+Blue) = 124+188+117=429 (56% of max value = 765). Red value is 124 (48.83% from 255 or 28.90% from 429); Green value is 188 (73.83% from 255 or 43.82% from 429); Blue value is 117 (46.09% from 255 or 27.27% from 429); Max value from RGB is 188 - color contains mainly: green. Hex color #7CBC75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBC75 is #83438A. Grayscale: #A0A0A0. Windows color (decimal): -8602507 or 7715964. OLE color: 7715964.

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

Color convert

RGB 124 188 117 -
CMYK 0.34 0 0.38 0.26
HSL 114.08º 0.35% 0.6% -
HSV(B) 114.08º 0.38% 0.74% -
XYZ 29.51 41.54 23.29 -
YUV 160.77 103.3 101.77 -
System Red Green Blue C M Y K H S L
Decimal 124 188 117 0.34 0 0.38 0.26 114.08 0.35 0.6
Hex 7C BC 75 22 0 26 1A 72 23 3C
Octal 174 274 165 42 0 46 32 162 43 74
Binary 1111100 10111100 1110101 100010 0 100110 11010 1110010 100011 111100

Color Harmonies of #7CBC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBC75

Black with #7CBC75

Text Example


Text Example

White with #7CBC75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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