Html Css Color HEX #68897F Patina

📋 copy color: '#68897F'

red 104 ◦ green 137 ◦ blue 127

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

Shades of Patina #68897F

Tints of Patina #68897F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.23%

 BLUE value IS 127 (50% from 255) = 34.51%

R = 28.26%
G = 37.23%
B = 34.51%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#68897F (or 0x68897F) is known color: Patina. HEX triplet: 68, 89 and 7F. RGB value is (104,137,127). Sum of RGB (Red+Green+Blue) = 104+137+127=368 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.26% from 368); Green value is 137 (53.91% from 255 or 37.23% from 368); Blue value is 127 (50% from 255 or 34.51% from 368); Max value from RGB is 137 - color contains mainly: green. Hex color #68897F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68897F is #977680. Grayscale: #7E7E7E. Windows color (decimal): -9926273 or 8358248. OLE color: 8358248.

HSL color Cylindrical-coordinate representation of color #68897F: hue angle of 161.82º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #68897F is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB 104 137 127 -
CMYK 0.24 0 0.07 0.46
HSL 161.82º 0.14% 0.47% -
HSV(B) 161.82º 0.24% 0.54% -
XYZ 18.49 22.37 23.42 -
YUV 125.99 128.57 112.31 -
System Red Green Blue C M Y K H S L
Decimal 104 137 127 0.24 0 0.07 0.46 161.82 0.14 0.47
Hex 68 89 7F 18 0 7 2E A2 E 2F
Octal 150 211 177 30 0 7 56 242 16 57
Binary 1101000 10001001 1111111 11000 0 111 101110 10100010 1110 101111

Color Harmonies of #68897F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68897F

Black with #68897F

Text Example


Text Example

White with #68897F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68897F; }

 p { color: rgb(104,137,127); }

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

background-color css

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

 a { background-color: rgb(104,137,127); }

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

border-color css

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

 span { border-color: rgb(104,137,127); }

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