Html Css Color HEX #67917D Patina

📋 copy color: '#67917D'

red 103 ◦ green 145 ◦ blue 125

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

Shades of Patina #67917D

Tints of Patina #67917D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.51%

R = 27.61%
G = 38.87%
B = 33.51%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#67917D (or 0x67917D) is known color: Patina. HEX triplet: 67, 91 and 7D. RGB value is (103,145,125). Sum of RGB (Red+Green+Blue) = 103+145+125=373 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.61% from 373); Green value is 145 (57.03% from 255 or 38.87% from 373); Blue value is 125 (49.22% from 255 or 33.51% from 373); Max value from RGB is 145 - color contains mainly: green. Hex color #67917D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67917D is #986E82. Grayscale: #828282. Windows color (decimal): -9989763 or 8229223. OLE color: 8229223.

HSL color Cylindrical-coordinate representation of color #67917D: hue angle of 151.43º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #67917D is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB 103 145 125 -
CMYK 0.29 0 0.14 0.43
HSL 151.43º 0.17% 0.49% -
HSV(B) 151.43º 0.29% 0.57% -
XYZ 19.42 24.62 23.13 -
YUV 130.16 125.09 108.63 -
System Red Green Blue C M Y K H S L
Decimal 103 145 125 0.29 0 0.14 0.43 151.43 0.17 0.49
Hex 67 91 7D 1D 0 E 2B 97 11 31
Octal 147 221 175 35 0 16 53 227 21 61
Binary 1100111 10010001 1111101 11101 0 1110 101011 10010111 10001 110001

Color Harmonies of #67917D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67917D

Black with #67917D

Text Example


Text Example

White with #67917D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67917D; }

 p { color: rgb(103,145,125); }

 H1.HeaderClassName
 {
   color: #67917D;
 }
 .AnyTagClassName
 {
   color: #67917D;
 }
</style>

background-color css

<style>
 a { background-color: #67917D; }

 a { background-color: rgb(103,145,125); }

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

border-color css

<style>
 span { border-color: #67917D; }

 span { border-color: rgb(103,145,125); }

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