Html Css Color HEX #68907B Patina

📋 copy color: '#68907B'

red 104 ◦ green 144 ◦ blue 123

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

Shades of Patina #68907B

Tints of Patina #68907B

RGB

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

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

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

R = 28.03%
G = 38.81%
B = 33.15%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#68907B (or 0x68907B) is known color: Patina. HEX triplet: 68, 90 and 7B. RGB value is (104,144,123). Sum of RGB (Red+Green+Blue) = 104+144+123=371 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.03% from 371); Green value is 144 (56.64% from 255 or 38.81% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 144 - color contains mainly: green. Hex color #68907B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68907B is #976F84. Grayscale: #818181. Windows color (decimal): -9924485 or 8097896. OLE color: 8097896.

HSL color Cylindrical-coordinate representation of color #68907B: hue angle of 148.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 #68907B is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB 104 144 123 -
CMYK 0.28 0 0.15 0.44
HSL 148.5º 0.16% 0.49% -
HSV(B) 148.5º 0.28% 0.56% -
XYZ 19.26 24.32 22.42 -
YUV 129.65 124.25 109.71 -
System Red Green Blue C M Y K H S L
Decimal 104 144 123 0.28 0 0.15 0.44 148.5 0.16 0.49
Hex 68 90 7B 1C 0 F 2C 94 10 31
Octal 150 220 173 34 0 17 54 224 20 61
Binary 1101000 10010000 1111011 11100 0 1111 101100 10010100 10000 110001

Color Harmonies of #68907B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68907B

Black with #68907B

Text Example


Text Example

White with #68907B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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