Html Css Color HEX #67927F Patina

📋 copy color: '#67927F'

red 103 ◦ green 146 ◦ blue 127

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

Shades of Patina #67927F

Tints of Patina #67927F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.78%

R = 27.39%
G = 38.83%
B = 33.78%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.13

 K value IS 0.43

RGB Variations

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

Color information

#67927F (or 0x67927F) is known color: Patina. HEX triplet: 67, 92 and 7F. RGB value is (103,146,127). Sum of RGB (Red+Green+Blue) = 103+146+127=376 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.39% from 376); Green value is 146 (57.42% from 255 or 38.83% from 376); Blue value is 127 (50% from 255 or 33.78% from 376); Max value from RGB is 146 - color contains mainly: green. Hex color #67927F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67927F is #986D80. Grayscale: #838383. Windows color (decimal): -9989505 or 8360551. OLE color: 8360551.

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

Color convert

RGB 103 146 127 -
CMYK 0.29 0 0.13 0.43
HSL 153.49º 0.17% 0.49% -
HSV(B) 153.49º 0.29% 0.57% -
XYZ 19.7 24.97 23.86 -
YUV 130.98 125.75 108.04 -
System Red Green Blue C M Y K H S L
Decimal 103 146 127 0.29 0 0.13 0.43 153.49 0.17 0.49
Hex 67 92 7F 1D 0 D 2B 99 11 31
Octal 147 222 177 35 0 15 53 231 21 61
Binary 1100111 10010010 1111111 11101 0 1101 101011 10011001 10001 110001

Color Harmonies of #67927F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67927F

Black with #67927F

Text Example


Text Example

White with #67927F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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