Html Css Color HEX #68907F Patina

📋 copy color: '#68907F'

red 104 ◦ green 144 ◦ blue 127

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

Shades of Patina #68907F

Tints of Patina #68907F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.4%

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

R = 27.73%
G = 38.4%
B = 33.87%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#68907F (or 0x68907F) is known color: Patina. HEX triplet: 68, 90 and 7F. RGB value is (104,144,127). Sum of RGB (Red+Green+Blue) = 104+144+127=375 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.73% from 375); Green value is 144 (56.64% from 255 or 38.4% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 144 - color contains mainly: green. Hex color #68907F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68907F is #976F80. Grayscale: #828282. Windows color (decimal): -9924481 or 8360040. OLE color: 8360040.

HSL color Cylindrical-coordinate representation of color #68907F: hue angle of 154.5º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #68907F is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB 104 144 127 -
CMYK 0.28 0 0.12 0.44
HSL 154.5º 0.16% 0.49% -
HSV(B) 154.5º 0.28% 0.56% -
XYZ 19.51 24.42 23.76 -
YUV 130.1 126.25 109.38 -
System Red Green Blue C M Y K H S L
Decimal 104 144 127 0.28 0 0.12 0.44 154.5 0.16 0.49
Hex 68 90 7F 1C 0 C 2C 9A 10 31
Octal 150 220 177 34 0 14 54 232 20 61
Binary 1101000 10010000 1111111 11100 0 1100 101100 10011010 10000 110001

Color Harmonies of #68907F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68907F

Black with #68907F

Text Example


Text Example

White with #68907F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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