Html Css Color HEX #67857E Patina

📋 copy color: '#67857E'

red 103 ◦ green 133 ◦ blue 126

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

Shades of Patina #67857E

Tints of Patina #67857E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.74%

 BLUE value IS 126 (49.61% from 255) = 34.81%

R = 28.45%
G = 36.74%
B = 34.81%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#67857E (or 0x67857E) is known color: Patina. HEX triplet: 67, 85 and 7E. RGB value is (103,133,126). Sum of RGB (Red+Green+Blue) = 103+133+126=362 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.45% from 362); Green value is 133 (52.34% from 255 or 36.74% from 362); Blue value is 126 (49.61% from 255 or 34.81% from 362); Max value from RGB is 133 - color contains mainly: green. Hex color #67857E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67857E is #987A81. Grayscale: #7B7B7B. Windows color (decimal): -9992834 or 8291687. OLE color: 8291687.

HSL color Cylindrical-coordinate representation of color #67857E: hue angle of 166º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #67857E is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 103 133 126 -
CMYK 0.23 0 0.05 0.48
HSL 166º 0.13% 0.46% -
HSV(B) 166º 0.23% 0.52% -
XYZ 17.75 21.16 22.89 -
YUV 123.23 129.56 113.57 -
System Red Green Blue C M Y K H S L
Decimal 103 133 126 0.23 0 0.05 0.48 166 0.13 0.46
Hex 67 85 7E 17 0 5 30 A6 D 2E
Octal 147 205 176 27 0 5 60 246 15 56
Binary 1100111 10000101 1111110 10111 0 101 110000 10100110 1101 101110

Color Harmonies of #67857E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67857E

Black with #67857E

Text Example


Text Example

White with #67857E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67857E; }

 p { color: rgb(103,133,126); }

 H1.HeaderClassName
 {
   color: #67857E;
 }
 .AnyTagClassName
 {
   color: #67857E;
 }
</style>

background-color css

<style>
 a { background-color: #67857E; }

 a { background-color: rgb(103,133,126); }

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

border-color css

<style>
 span { border-color: #67857E; }

 span { border-color: rgb(103,133,126); }

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