Html Css Color HEX #68917E Patina

📋 copy color: '#68917E'

red 104 ◦ green 145 ◦ blue 126

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

Shades of Patina #68917E

Tints of Patina #68917E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.67%

 BLUE value IS 126 (49.61% from 255) = 33.6%

R = 27.73%
G = 38.67%
B = 33.6%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.13

 K value IS 0.43

RGB Variations

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

Color information

#68917E (or 0x68917E) is known color: Patina. HEX triplet: 68, 91 and 7E. RGB value is (104,145,126). Sum of RGB (Red+Green+Blue) = 104+145+126=375 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.73% from 375); Green value is 145 (57.03% from 255 or 38.67% from 375); Blue value is 126 (49.61% from 255 or 33.6% from 375); Max value from RGB is 145 - color contains mainly: green. Hex color #68917E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68917E is #976E81. Grayscale: #828282. Windows color (decimal): -9924226 or 8294760. OLE color: 8294760.

HSL color Cylindrical-coordinate representation of color #68917E: hue angle of 152.2º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #68917E is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB 104 145 126 -
CMYK 0.28 0 0.13 0.43
HSL 152.2º 0.16% 0.49% -
HSV(B) 152.2º 0.28% 0.57% -
XYZ 19.6 24.7 23.47 -
YUV 130.58 125.42 109.04 -
System Red Green Blue C M Y K H S L
Decimal 104 145 126 0.28 0 0.13 0.43 152.2 0.16 0.49
Hex 68 91 7E 1C 0 D 2B 98 10 31
Octal 150 221 176 34 0 15 53 230 20 61
Binary 1101000 10010001 1111110 11100 0 1101 101011 10011000 10000 110001

Color Harmonies of #68917E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68917E

Black with #68917E

Text Example


Text Example

White with #68917E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68917E; }

 p { color: rgb(104,145,126); }

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

background-color css

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

 a { background-color: rgb(104,145,126); }

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

border-color css

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

 span { border-color: rgb(104,145,126); }

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