Html Css Color HEX #699482 Patina

📋 copy color: '#699482'

red 105 ◦ green 148 ◦ blue 130

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

Shades of Patina #699482

Tints of Patina #699482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 33.94%

R = 27.42%
G = 38.64%
B = 33.94%

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

#699482 (or 0x699482) is known color: Patina. HEX triplet: 69, 94 and 82. RGB value is (105,148,130). Sum of RGB (Red+Green+Blue) = 105+148+130=383 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.42% from 383); Green value is 148 (58.20% from 255 or 38.64% from 383); Blue value is 130 (51.17% from 255 or 33.94% from 383); Max value from RGB is 148 - color contains mainly: green. Hex color #699482 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699482 is #966B7D. Grayscale: #858585. Windows color (decimal): -9857918 or 8557673. OLE color: 8557673.

HSL color Cylindrical-coordinate representation of color #699482: hue angle of 154.88º 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 #699482 is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 148 130 -
CMYK 0.29 0 0.12 0.42
HSL 154.88º 0.17% 0.5% -
HSV(B) 154.88º 0.29% 0.58% -
XYZ 20.44 25.79 25.02 -
YUV 133.09 126.25 107.96 -
System Red Green Blue C M Y K H S L
Decimal 105 148 130 0.29 0 0.12 0.42 154.88 0.17 0.5
Hex 69 94 82 1D 0 C 2A 9B 11 32
Octal 151 224 202 35 0 14 52 233 21 62
Binary 1101001 10010100 10000010 11101 0 1100 101010 10011011 10001 110010

Color Harmonies of #699482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699482

Black with #699482

Text Example


Text Example

White with #699482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699482; }

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

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

background-color css

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

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

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

border-color css

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

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

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