Html Css Color HEX #679381 Patina

📋 copy color: '#679381'

red 103 ◦ green 147 ◦ blue 129

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

Shades of Patina #679381

Tints of Patina #679381

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.79%

 BLUE value IS 129 (50.78% from 255) = 34.04%

R = 27.18%
G = 38.79%
B = 34.04%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#679381 (or 0x679381) is known color: Patina. HEX triplet: 67, 93 and 81. RGB value is (103,147,129). Sum of RGB (Red+Green+Blue) = 103+147+129=379 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.18% from 379); Green value is 147 (57.81% from 255 or 38.79% from 379); Blue value is 129 (50.78% from 255 or 34.04% from 379); Max value from RGB is 147 - color contains mainly: green. Hex color #679381 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679381 is #986C7E. Grayscale: #838383. Windows color (decimal): -9989247 or 8491879. OLE color: 8491879.

HSL color Cylindrical-coordinate representation of color #679381: hue angle of 155.45º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #679381 is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 103 147 129 -
CMYK 0.30 0 0.12 0.42
HSL 155.45º 0.18% 0.49% -
HSV(B) 155.45º 0.3% 0.58% -
XYZ 19.99 25.34 24.61 -
YUV 131.79 126.42 107.46 -
System Red Green Blue C M Y K H S L
Decimal 103 147 129 0.30 0 0.12 0.42 155.45 0.18 0.49
Hex 67 93 81 1E 0 C 2A 9B 12 31
Octal 147 223 201 36 0 14 52 233 22 61
Binary 1100111 10010011 10000001 11110 0 1100 101010 10011011 10010 110001

Color Harmonies of #679381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679381

Black with #679381

Text Example


Text Example

White with #679381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679381; }

 p { color: rgb(103,147,129); }

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

background-color css

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

 a { background-color: rgb(103,147,129); }

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

border-color css

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

 span { border-color: rgb(103,147,129); }

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