Html Css Color HEX #7DBA75 De York

📋 copy color: '#7DBA75'

red 125 ◦ green 186 ◦ blue 117

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

Shades of De York #7DBA75

Tints of De York #7DBA75

RGB

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

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

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

R = 29.21%
G = 43.46%
B = 27.34%

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

#7DBA75 (or 0x7DBA75) is known color: De York. HEX triplet: 7D, BA and 75. RGB value is (125,186,117). Sum of RGB (Red+Green+Blue) = 125+186+117=428 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.21% from 428); Green value is 186 (73.05% from 255 or 43.46% from 428); Blue value is 117 (46.09% from 255 or 27.34% from 428); Max value from RGB is 186 - color contains mainly: green. Hex color #7DBA75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBA75 is #82458A. Grayscale: #A0A0A0. Windows color (decimal): -8537483 or 7715453. OLE color: 7715453.

HSL color Cylindrical-coordinate representation of color #7DBA75: hue angle of 113.04º 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 #7DBA75 is Cyan = 0.33, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 125 186 117 -
CMYK 0.33 0 0.37 0.27
HSL 113.04º 0.33% 0.59% -
HSV(B) 113.04º 0.37% 0.73% -
XYZ 29.23 40.76 23.16 -
YUV 159.9 103.79 103.11 -
System Red Green Blue C M Y K H S L
Decimal 125 186 117 0.33 0 0.37 0.27 113.04 0.33 0.59
Hex 7D BA 75 21 0 25 1B 71 21 3B
Octal 175 272 165 41 0 45 33 161 41 73
Binary 1111101 10111010 1110101 100001 0 100101 11011 1110001 100001 111011

Color Harmonies of #7DBA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBA75

Black with #7DBA75

Text Example


Text Example

White with #7DBA75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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