Html Css Color HEX #67897B Patina

📋 copy color: '#67897B'

red 103 ◦ green 137 ◦ blue 123

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

Shades of Patina #67897B

Tints of Patina #67897B

RGB

 RED value IS 103 (40.63% from 255) = 28.37%

 GREEN value IS 137 (53.91% from 255) = 37.74%

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

R = 28.37%
G = 37.74%
B = 33.88%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.10

 K value IS 0.46

RGB Variations

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

Color information

#67897B (or 0x67897B) is known color: Patina. HEX triplet: 67, 89 and 7B. RGB value is (103,137,123). Sum of RGB (Red+Green+Blue) = 103+137+123=363 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.37% from 363); Green value is 137 (53.91% from 255 or 37.74% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 137 - color contains mainly: green. Hex color #67897B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67897B is #987684. Grayscale: #7D7D7D. Windows color (decimal): -9991813 or 8096103. OLE color: 8096103.

HSL color Cylindrical-coordinate representation of color #67897B: hue angle of 155.29º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #67897B is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.

Color convert

RGB 103 137 123 -
CMYK 0.25 0 0.10 0.46
HSL 155.29º 0.14% 0.47% -
HSV(B) 155.29º 0.25% 0.54% -
XYZ 18.11 22.2 22.07 -
YUV 125.24 126.74 112.14 -
System Red Green Blue C M Y K H S L
Decimal 103 137 123 0.25 0 0.10 0.46 155.29 0.14 0.47
Hex 67 89 7B 19 0 A 2E 9B E 2F
Octal 147 211 173 31 0 12 56 233 16 57
Binary 1100111 10001001 1111011 11001 0 1010 101110 10011011 1110 101111

Color Harmonies of #67897B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67897B

Black with #67897B

Text Example


Text Example

White with #67897B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,137,123); }

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

background-color css

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

 a { background-color: rgb(103,137,123); }

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

border-color css

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

 span { border-color: rgb(103,137,123); }

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