Html Css Color HEX #699484 Patina

📋 copy color: '#699484'

red 105 ◦ green 148 ◦ blue 132

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

Shades of Patina #699484

Tints of Patina #699484

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.44%

 BLUE value IS 132 (51.95% from 255) = 34.29%

R = 27.27%
G = 38.44%
B = 34.29%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#699484 (or 0x699484) is known color: Patina. HEX triplet: 69, 94 and 84. RGB value is (105,148,132). Sum of RGB (Red+Green+Blue) = 105+148+132=385 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.27% from 385); Green value is 148 (58.20% from 255 or 38.44% from 385); Blue value is 132 (51.95% from 255 or 34.29% from 385); Max value from RGB is 148 - color contains mainly: green. Hex color #699484 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699484 is #966B7B. Grayscale: #858585. Windows color (decimal): -9857916 or 8688745. OLE color: 8688745.

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

Color convert

RGB 105 148 132 -
CMYK 0.29 0 0.11 0.42
HSL 157.67º 0.17% 0.5% -
HSV(B) 157.67º 0.29% 0.58% -
XYZ 20.58 25.85 25.73 -
YUV 133.32 127.25 107.8 -
System Red Green Blue C M Y K H S L
Decimal 105 148 132 0.29 0 0.11 0.42 157.67 0.17 0.5
Hex 69 94 84 1D 0 B 2A 9E 11 32
Octal 151 224 204 35 0 13 52 236 21 62
Binary 1101001 10010100 10000100 11101 0 1011 101010 10011110 10001 110010

Color Harmonies of #699484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699484

Black with #699484

Text Example


Text Example

White with #699484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699484; }

 p { color: rgb(105,148,132); }

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

background-color css

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

 a { background-color: rgb(105,148,132); }

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

border-color css

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

 span { border-color: rgb(105,148,132); }

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