Html Css Color HEX #67927D Patina

📋 copy color: '#67927D'

red 103 ◦ green 146 ◦ blue 125

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

Shades of Patina #67927D

Tints of Patina #67927D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.04%

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

R = 27.54%
G = 39.04%
B = 33.42%

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

#67927D (or 0x67927D) is known color: Patina. HEX triplet: 67, 92 and 7D. RGB value is (103,146,125). Sum of RGB (Red+Green+Blue) = 103+146+125=374 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.54% from 374); Green value is 146 (57.42% from 255 or 39.04% from 374); Blue value is 125 (49.22% from 255 or 33.42% from 374); Max value from RGB is 146 - color contains mainly: green. Hex color #67927D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67927D is #986D82. Grayscale: #828282. Windows color (decimal): -9989507 or 8229479. OLE color: 8229479.

HSL color Cylindrical-coordinate representation of color #67927D: hue angle of 150.7º 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 #67927D is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB 103 146 125 -
CMYK 0.29 0 0.14 0.43
HSL 150.7º 0.17% 0.49% -
HSV(B) 150.7º 0.29% 0.57% -
XYZ 19.57 24.92 23.18 -
YUV 130.75 124.75 108.21 -
System Red Green Blue C M Y K H S L
Decimal 103 146 125 0.29 0 0.14 0.43 150.7 0.17 0.49
Hex 67 92 7D 1D 0 E 2B 97 11 31
Octal 147 222 175 35 0 16 53 227 21 61
Binary 1100111 10010010 1111101 11101 0 1110 101011 10010111 10001 110001

Color Harmonies of #67927D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67927D

Black with #67927D

Text Example


Text Example

White with #67927D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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