Html Css Color HEX #68927F Patina

📋 copy color: '#68927F'

red 104 ◦ green 146 ◦ blue 127

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

Shades of Patina #68927F

Tints of Patina #68927F

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.73%

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

R = 27.59%
G = 38.73%
B = 33.69%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.13

 K value IS 0.43

RGB Variations

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

Color information

#68927F (or 0x68927F) is known color: Patina. HEX triplet: 68, 92 and 7F. RGB value is (104,146,127). Sum of RGB (Red+Green+Blue) = 104+146+127=377 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.59% from 377); Green value is 146 (57.42% from 255 or 38.73% from 377); Blue value is 127 (50% from 255 or 33.69% from 377); Max value from RGB is 146 - color contains mainly: green. Hex color #68927F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68927F is #976D80. Grayscale: #838383. Windows color (decimal): -9923969 or 8360552. OLE color: 8360552.

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

Color convert

RGB 104 146 127 -
CMYK 0.29 0 0.13 0.43
HSL 152.86º 0.17% 0.49% -
HSV(B) 152.86º 0.29% 0.57% -
XYZ 19.82 25.03 23.87 -
YUV 131.28 125.59 108.54 -
System Red Green Blue C M Y K H S L
Decimal 104 146 127 0.29 0 0.13 0.43 152.86 0.17 0.49
Hex 68 92 7F 1D 0 D 2B 99 11 31
Octal 150 222 177 35 0 15 53 231 21 61
Binary 1101000 10010010 1111111 11101 0 1101 101011 10011001 10001 110001

Color Harmonies of #68927F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68927F

Black with #68927F

Text Example


Text Example

White with #68927F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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