Html Css Color HEX #68917B Patina

📋 copy color: '#68917B'

red 104 ◦ green 145 ◦ blue 123

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

Shades of Patina #68917B

Tints of Patina #68917B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.98%

 BLUE value IS 123 (48.44% from 255) = 33.06%

R = 27.96%
G = 38.98%
B = 33.06%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.15

 K value IS 0.43

RGB Variations

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

Color information

#68917B (or 0x68917B) is known color: Patina. HEX triplet: 68, 91 and 7B. RGB value is (104,145,123). Sum of RGB (Red+Green+Blue) = 104+145+123=372 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.96% from 372); Green value is 145 (57.03% from 255 or 38.98% from 372); Blue value is 123 (48.44% from 255 or 33.06% from 372); Max value from RGB is 145 - color contains mainly: green. Hex color #68917B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68917B is #976E84. Grayscale: #828282. Windows color (decimal): -9924229 or 8098152. OLE color: 8098152.

HSL color Cylindrical-coordinate representation of color #68917B: hue angle of 147.8º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #68917B is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB 104 145 123 -
CMYK 0.28 0 0.15 0.43
HSL 147.8º 0.16% 0.49% -
HSV(B) 147.8º 0.28% 0.57% -
XYZ 19.41 24.62 22.47 -
YUV 130.23 123.92 109.29 -
System Red Green Blue C M Y K H S L
Decimal 104 145 123 0.28 0 0.15 0.43 147.8 0.16 0.49
Hex 68 91 7B 1C 0 F 2B 94 10 31
Octal 150 221 173 34 0 17 53 224 20 61
Binary 1101000 10010001 1111011 11100 0 1111 101011 10010100 10000 110001

Color Harmonies of #68917B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68917B

Black with #68917B

Text Example


Text Example

White with #68917B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68917B; }

 p { color: rgb(104,145,123); }

 H1.HeaderClassName
 {
   color: #68917B;
 }
 .AnyTagClassName
 {
   color: #68917B;
 }
</style>

background-color css

<style>
 a { background-color: #68917B; }

 a { background-color: rgb(104,145,123); }

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

border-color css

<style>
 span { border-color: #68917B; }

 span { border-color: rgb(104,145,123); }

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