Html Css Color HEX #7DBB75 De York

📋 copy color: '#7DBB75'

red 125 ◦ green 187 ◦ blue 117

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

Shades of De York #7DBB75

Tints of De York #7DBB75

RGB

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

 GREEN value IS 187 (73.44% from 255) = 43.59%

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

R = 29.14%
G = 43.59%
B = 27.27%

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

#7DBB75 (or 0x7DBB75) is known color: De York. HEX triplet: 7D, BB and 75. RGB value is (125,187,117). Sum of RGB (Red+Green+Blue) = 125+187+117=429 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.14% from 429); Green value is 187 (73.44% from 255 or 43.59% from 429); Blue value is 117 (46.09% from 255 or 27.27% from 429); Max value from RGB is 187 - color contains mainly: green. Hex color #7DBB75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBB75 is #82448A. Grayscale: #A0A0A0. Windows color (decimal): -8537227 or 7715709. OLE color: 7715709.

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

Color convert

RGB 125 187 117 -
CMYK 0.33 0 0.37 0.27
HSL 113.14º 0.34% 0.6% -
HSV(B) 113.14º 0.37% 0.73% -
XYZ 29.44 41.18 23.23 -
YUV 160.48 103.46 102.69 -
System Red Green Blue C M Y K H S L
Decimal 125 187 117 0.33 0 0.37 0.27 113.14 0.34 0.6
Hex 7D BB 75 21 0 25 1B 71 22 3C
Octal 175 273 165 41 0 45 33 161 42 74
Binary 1111101 10111011 1110101 100001 0 100101 11011 1110001 100010 111100

Color Harmonies of #7DBB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBB75

Black with #7DBB75

Text Example


Text Example

White with #7DBB75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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