Html Css Color HEX #507269 Dark Green Copper

📋 copy color: '#507269'

red 80 ◦ green 114 ◦ blue 105

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

Shades of Dark Green Copper #507269

Tints of Dark Green Copper #507269

RGB

 RED value IS 80 (31.64% from 255) = 26.76%

 GREEN value IS 114 (44.92% from 255) = 38.13%

 BLUE value IS 105 (41.41% from 255) = 35.12%

R = 26.76%
G = 38.13%
B = 35.12%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#507269 (or 0x507269) is known color: Dark Green Copper. HEX triplet: 50, 72 and 69. RGB value is (80,114,105). Sum of RGB (Red+Green+Blue) = 80+114+105=299 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.76% from 299); Green value is 114 (44.92% from 255 or 38.13% from 299); Blue value is 105 (41.41% from 255 or 35.12% from 299); Max value from RGB is 114 - color contains mainly: green. Hex color #507269 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507269 is #AF8D96. Grayscale: #666666. Windows color (decimal): -11505047 or 6910544. OLE color: 6910544.

HSL color Cylindrical-coordinate representation of color #507269: hue angle of 164.12º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #507269 is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 114 105 -
CMYK 0.30 0 0.08 0.55
HSL 164.12º 0.18% 0.38% -
HSV(B) 164.12º 0.3% 0.45% -
XYZ 11.88 14.76 15.59 -
YUV 102.81 129.24 111.73 -
System Red Green Blue C M Y K H S L
Decimal 80 114 105 0.30 0 0.08 0.55 164.12 0.18 0.38
Hex 50 72 69 1E 0 8 37 A4 12 26
Octal 120 162 151 36 0 10 67 244 22 46
Binary 1010000 1110010 1101001 11110 0 1000 110111 10100100 10010 100110

Color Harmonies of #507269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507269

Black with #507269

Text Example


Text Example

White with #507269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507269; }

 p { color: rgb(80,114,105); }

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

background-color css

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

 a { background-color: rgb(80,114,105); }

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

border-color css

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

 span { border-color: rgb(80,114,105); }

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