Html Css Color HEX #68947F Patina

📋 copy color: '#68947F'

red 104 ◦ green 148 ◦ blue 127

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

Shades of Patina #68947F

Tints of Patina #68947F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.05%

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

R = 27.44%
G = 39.05%
B = 33.51%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#68947F (or 0x68947F) is known color: Patina. HEX triplet: 68, 94 and 7F. RGB value is (104,148,127). Sum of RGB (Red+Green+Blue) = 104+148+127=379 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.44% from 379); Green value is 148 (58.20% from 255 or 39.05% from 379); Blue value is 127 (50% from 255 or 33.51% from 379); Max value from RGB is 148 - color contains mainly: green. Hex color #68947F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68947F is #976B80. Grayscale: #848484. Windows color (decimal): -9923457 or 8361064. OLE color: 8361064.

HSL color Cylindrical-coordinate representation of color #68947F: hue angle of 151.36º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #68947F is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 104 148 127 -
CMYK 0.30 0 0.14 0.42
HSL 151.36º 0.17% 0.49% -
HSV(B) 151.36º 0.3% 0.58% -
XYZ 20.13 25.66 23.97 -
YUV 132.45 124.92 107.71 -
System Red Green Blue C M Y K H S L
Decimal 104 148 127 0.30 0 0.14 0.42 151.36 0.17 0.49
Hex 68 94 7F 1E 0 E 2A 97 11 31
Octal 150 224 177 36 0 16 52 227 21 61
Binary 1101000 10010100 1111111 11110 0 1110 101010 10010111 10001 110001

Color Harmonies of #68947F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68947F

Black with #68947F

Text Example


Text Example

White with #68947F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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