Html Css Color HEX #68877B Patina

📋 copy color: '#68877B'

red 104 ◦ green 135 ◦ blue 123

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

Shades of Patina #68877B

Tints of Patina #68877B

RGB

 RED value IS 104 (41.02% from 255) = 28.73%

 GREEN value IS 135 (53.13% from 255) = 37.29%

 BLUE value IS 123 (48.44% from 255) = 33.98%

R = 28.73%
G = 37.29%
B = 33.98%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#68877B (or 0x68877B) is known color: Patina. HEX triplet: 68, 87 and 7B. RGB value is (104,135,123). Sum of RGB (Red+Green+Blue) = 104+135+123=362 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.73% from 362); Green value is 135 (53.12% from 255 or 37.29% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 135 - color contains mainly: green. Hex color #68877B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68877B is #977884. Grayscale: #7C7C7C. Windows color (decimal): -9926789 or 8095592. OLE color: 8095592.

HSL color Cylindrical-coordinate representation of color #68877B: hue angle of 156.77º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #68877B is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB 104 135 123 -
CMYK 0.23 0 0.09 0.47
HSL 156.77º 0.13% 0.47% -
HSV(B) 156.77º 0.23% 0.53% -
XYZ 17.95 21.7 21.98 -
YUV 124.36 127.23 113.48 -
System Red Green Blue C M Y K H S L
Decimal 104 135 123 0.23 0 0.09 0.47 156.77 0.13 0.47
Hex 68 87 7B 17 0 9 2F 9D D 2F
Octal 150 207 173 27 0 11 57 235 15 57
Binary 1101000 10000111 1111011 10111 0 1001 101111 10011101 1101 101111

Color Harmonies of #68877B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68877B

Black with #68877B

Text Example


Text Example

White with #68877B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68877B; }

 p { color: rgb(104,135,123); }

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

background-color css

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

 a { background-color: rgb(104,135,123); }

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

border-color css

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

 span { border-color: rgb(104,135,123); }

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