Html Css Color HEX #68978A Patina

📋 copy color: '#68978A'

red 104 ◦ green 151 ◦ blue 138

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

Shades of Patina #68978A

Tints of Patina #68978A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.42%

 BLUE value IS 138 (54.3% from 255) = 35.11%

R = 26.46%
G = 38.42%
B = 35.11%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#68978A (or 0x68978A) is known color: Patina. HEX triplet: 68, 97 and 8A. RGB value is (104,151,138). Sum of RGB (Red+Green+Blue) = 104+151+138=393 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.46% from 393); Green value is 151 (59.38% from 255 or 38.42% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 151 - color contains mainly: green. Hex color #68978A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68978A is #976875. Grayscale: #878787. Windows color (decimal): -9922678 or 9082728. OLE color: 9082728.

HSL color Cylindrical-coordinate representation of color #68978A: hue angle of 163.4º 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 #68978A is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 104 151 138 -
CMYK 0.31 0 0.09 0.41
HSL 163.4º 0.18% 0.5% -
HSV(B) 163.4º 0.31% 0.59% -
XYZ 21.36 26.91 28.11 -
YUV 135.47 129.43 105.56 -
System Red Green Blue C M Y K H S L
Decimal 104 151 138 0.31 0 0.09 0.41 163.4 0.18 0.5
Hex 68 97 8A 1F 0 9 29 A3 12 32
Octal 150 227 212 37 0 11 51 243 22 62
Binary 1101000 10010111 10001010 11111 0 1001 101001 10100011 10010 110010

Color Harmonies of #68978A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68978A

Black with #68978A

Text Example


Text Example

White with #68978A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68978A; }

 p { color: rgb(104,151,138); }

 H1.HeaderClassName
 {
   color: #68978A;
 }
 .AnyTagClassName
 {
   color: #68978A;
 }
</style>

background-color css

<style>
 a { background-color: #68978A; }

 a { background-color: rgb(104,151,138); }

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

border-color css

<style>
 span { border-color: #68978A; }

 span { border-color: rgb(104,151,138); }

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