Html Css Color HEX #68967F Patina

📋 copy color: '#68967F'

red 104 ◦ green 150 ◦ blue 127

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

Shades of Patina #68967F

Tints of Patina #68967F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.37%

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

R = 27.3%
G = 39.37%
B = 33.33%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#68967F (or 0x68967F) is known color: Patina. HEX triplet: 68, 96 and 7F. RGB value is (104,150,127). Sum of RGB (Red+Green+Blue) = 104+150+127=381 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.30% from 381); Green value is 150 (58.98% from 255 or 39.37% from 381); Blue value is 127 (50% from 255 or 33.33% from 381); Max value from RGB is 150 - color contains mainly: green. Hex color #68967F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68967F is #976980. Grayscale: #858585. Windows color (decimal): -9922945 or 8361576. OLE color: 8361576.

HSL color Cylindrical-coordinate representation of color #68967F: hue angle of 150º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #68967F is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 104 150 127 -
CMYK 0.31 0 0.15 0.41
HSL 150º 0.18% 0.5% -
HSV(B) 150º 0.31% 0.59% -
XYZ 20.45 26.29 24.08 -
YUV 133.62 124.26 106.87 -
System Red Green Blue C M Y K H S L
Decimal 104 150 127 0.31 0 0.15 0.41 150 0.18 0.5
Hex 68 96 7F 1F 0 F 29 96 12 32
Octal 150 226 177 37 0 17 51 226 22 62
Binary 1101000 10010110 1111111 11111 0 1111 101001 10010110 10010 110010

Color Harmonies of #68967F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68967F

Black with #68967F

Text Example


Text Example

White with #68967F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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