Html Css Color HEX #68917F Patina

📋 copy color: '#68917F'

red 104 ◦ green 145 ◦ blue 127

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

Shades of Patina #68917F

Tints of Patina #68917F

RGB

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

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

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

R = 27.66%
G = 38.56%
B = 33.78%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#68917F (or 0x68917F) is known color: Patina. HEX triplet: 68, 91 and 7F. RGB value is (104,145,127). Sum of RGB (Red+Green+Blue) = 104+145+127=376 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.66% from 376); Green value is 145 (57.03% from 255 or 38.56% from 376); Blue value is 127 (50% from 255 or 33.78% from 376); Max value from RGB is 145 - color contains mainly: green. Hex color #68917F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68917F is #976E80. Grayscale: #828282. Windows color (decimal): -9924225 or 8360296. OLE color: 8360296.

HSL color Cylindrical-coordinate representation of color #68917F: hue angle of 153.66º 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 #68917F is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB 104 145 127 -
CMYK 0.28 0 0.12 0.43
HSL 153.66º 0.16% 0.49% -
HSV(B) 153.66º 0.28% 0.57% -
XYZ 19.67 24.73 23.81 -
YUV 130.69 125.92 108.96 -
System Red Green Blue C M Y K H S L
Decimal 104 145 127 0.28 0 0.12 0.43 153.66 0.16 0.49
Hex 68 91 7F 1C 0 C 2B 9A 10 31
Octal 150 221 177 34 0 14 53 232 20 61
Binary 1101000 10010001 1111111 11100 0 1100 101011 10011010 10000 110001

Color Harmonies of #68917F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68917F

Black with #68917F

Text Example


Text Example

White with #68917F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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