Html Css Color HEX #699381 Patina

📋 copy color: '#699381'

red 105 ◦ green 147 ◦ blue 129

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

Shades of Patina #699381

Tints of Patina #699381

RGB

 RED value IS 105 (41.41% from 255) = 27.56%

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

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

R = 27.56%
G = 38.58%
B = 33.86%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#699381 (or 0x699381) is known color: Patina. HEX triplet: 69, 93 and 81. RGB value is (105,147,129). Sum of RGB (Red+Green+Blue) = 105+147+129=381 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.56% from 381); Green value is 147 (57.81% from 255 or 38.58% from 381); Blue value is 129 (50.78% from 255 or 33.86% from 381); Max value from RGB is 147 - color contains mainly: green. Hex color #699381 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699381 is #966C7E. Grayscale: #848484. Windows color (decimal): -9858175 or 8491881. OLE color: 8491881.

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

Color convert

RGB 105 147 129 -
CMYK 0.29 0 0.12 0.42
HSL 154.29º 0.17% 0.49% -
HSV(B) 154.29º 0.29% 0.58% -
XYZ 20.22 25.46 24.62 -
YUV 132.39 126.09 108.46 -
System Red Green Blue C M Y K H S L
Decimal 105 147 129 0.29 0 0.12 0.42 154.29 0.17 0.49
Hex 69 93 81 1D 0 C 2A 9A 11 31
Octal 151 223 201 35 0 14 52 232 21 61
Binary 1101001 10010011 10000001 11101 0 1100 101010 10011010 10001 110001

Color Harmonies of #699381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699381

Black with #699381

Text Example


Text Example

White with #699381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699381; }

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

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

background-color css

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

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

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

border-color css

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

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

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