Html Css Color HEX #7DBA7A De York

📋 copy color: '#7DBA7A'

red 125 ◦ green 186 ◦ blue 122

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

Shades of De York #7DBA7A

Tints of De York #7DBA7A

RGB

 RED value IS 125 (49.22% from 255) = 28.87%

 GREEN value IS 186 (73.05% from 255) = 42.96%

 BLUE value IS 122 (48.05% from 255) = 28.18%

R = 28.87%
G = 42.96%
B = 28.18%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#7DBA7A (or 0x7DBA7A) is known color: De York. HEX triplet: 7D, BA and 7A. RGB value is (125,186,122). Sum of RGB (Red+Green+Blue) = 125+186+122=433 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.87% from 433); Green value is 186 (73.05% from 255 or 42.96% from 433); Blue value is 122 (48.05% from 255 or 28.18% from 433); Max value from RGB is 186 - color contains mainly: green. Hex color #7DBA7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBA7A is #824585. Grayscale: #A0A0A0. Windows color (decimal): -8537478 or 8043133. OLE color: 8043133.

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

Color convert

RGB 125 186 122 -
CMYK 0.33 0 0.34 0.27
HSL 117.19º 0.32% 0.6% -
HSV(B) 117.19º 0.34% 0.73% -
XYZ 29.53 40.88 24.75 -
YUV 160.47 106.29 102.7 -
System Red Green Blue C M Y K H S L
Decimal 125 186 122 0.33 0 0.34 0.27 117.19 0.32 0.6
Hex 7D BA 7A 21 0 22 1B 75 20 3C
Octal 175 272 172 41 0 42 33 165 40 74
Binary 1111101 10111010 1111010 100001 0 100010 11011 1110101 100000 111100

Color Harmonies of #7DBA7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBA7A

Black with #7DBA7A

Text Example


Text Example

White with #7DBA7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,186,122); }

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

background-color css

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

 a { background-color: rgb(125,186,122); }

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

border-color css

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

 span { border-color: rgb(125,186,122); }

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