Html Css Color HEX #699882 Patina

📋 copy color: '#699882'

red 105 ◦ green 152 ◦ blue 130

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

Shades of Patina #699882

Tints of Patina #699882

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.28%

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

R = 27.13%
G = 39.28%
B = 33.59%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#699882 (or 0x699882) is known color: Patina. HEX triplet: 69, 98 and 82. RGB value is (105,152,130). Sum of RGB (Red+Green+Blue) = 105+152+130=387 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.13% from 387); Green value is 152 (59.77% from 255 or 39.28% from 387); Blue value is 130 (51.17% from 255 or 33.59% from 387); Max value from RGB is 152 - color contains mainly: green. Hex color #699882 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699882 is #96677D. Grayscale: #878787. Windows color (decimal): -9856894 or 8558697. OLE color: 8558697.

HSL color Cylindrical-coordinate representation of color #699882: hue angle of 151.91º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #699882 is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB 105 152 130 -
CMYK 0.31 0 0.14 0.40
HSL 151.91º 0.19% 0.5% -
HSV(B) 151.91º 0.31% 0.6% -
XYZ 21.08 27.07 25.23 -
YUV 135.44 124.93 106.29 -
System Red Green Blue C M Y K H S L
Decimal 105 152 130 0.31 0 0.14 0.40 151.91 0.19 0.5
Hex 69 98 82 1F 0 E 28 98 13 32
Octal 151 230 202 37 0 16 50 230 23 62
Binary 1101001 10011000 10000010 11111 0 1110 101000 10011000 10011 110010

Color Harmonies of #699882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699882

Black with #699882

Text Example


Text Example

White with #699882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699882; }

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

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

background-color css

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

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

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

border-color css

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

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

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