Html Css Color HEX #7CB975 De York

📋 copy color: '#7CB975'

red 124 ◦ green 185 ◦ blue 117

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

Shades of De York #7CB975

Tints of De York #7CB975

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.43%

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

R = 29.11%
G = 43.43%
B = 27.46%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#7CB975 (or 0x7CB975) is known color: De York. HEX triplet: 7C, B9 and 75. RGB value is (124,185,117). Sum of RGB (Red+Green+Blue) = 124+185+117=426 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.11% from 426); Green value is 185 (72.66% from 255 or 43.43% from 426); Blue value is 117 (46.09% from 255 or 27.46% from 426); Max value from RGB is 185 - color contains mainly: green. Hex color #7CB975 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB975 is #83468A. Grayscale: #9F9F9F. Windows color (decimal): -8603275 or 7715196. OLE color: 7715196.

HSL color Cylindrical-coordinate representation of color #7CB975: hue angle of 113.82º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7CB975 is Cyan = 0.33, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 124 185 117 -
CMYK 0.33 0 0.37 0.27
HSL 113.82º 0.33% 0.59% -
HSV(B) 113.82º 0.37% 0.73% -
XYZ 28.87 40.27 23.08 -
YUV 159.01 104.29 103.03 -
System Red Green Blue C M Y K H S L
Decimal 124 185 117 0.33 0 0.37 0.27 113.82 0.33 0.59
Hex 7C B9 75 21 0 25 1B 72 21 3B
Octal 174 271 165 41 0 45 33 162 41 73
Binary 1111100 10111001 1110101 100001 0 100101 11011 1110010 100001 111011

Color Harmonies of #7CB975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB975

Black with #7CB975

Text Example


Text Example

White with #7CB975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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