Html Css Color HEX #69988C Patina

📋 copy color: '#69988C'

red 105 ◦ green 152 ◦ blue 140

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

Shades of Patina #69988C

Tints of Patina #69988C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.26%

R = 26.45%
G = 38.29%
B = 35.26%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#69988C (or 0x69988C) is known color: Patina. HEX triplet: 69, 98 and 8C. RGB value is (105,152,140). Sum of RGB (Red+Green+Blue) = 105+152+140=397 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.45% from 397); Green value is 152 (59.77% from 255 or 38.29% from 397); Blue value is 140 (55.08% from 255 or 35.26% from 397); Max value from RGB is 152 - color contains mainly: green. Hex color #69988C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69988C is #966773. Grayscale: #888888. Windows color (decimal): -9856884 or 9214057. OLE color: 9214057.

HSL color Cylindrical-coordinate representation of color #69988C: hue angle of 164.68º 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 #69988C is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB 105 152 140 -
CMYK 0.31 0 0.08 0.40
HSL 164.68º 0.19% 0.5% -
HSV(B) 164.68º 0.31% 0.6% -
XYZ 21.79 27.35 28.94 -
YUV 136.58 129.93 105.48 -
System Red Green Blue C M Y K H S L
Decimal 105 152 140 0.31 0 0.08 0.40 164.68 0.19 0.5
Hex 69 98 8C 1F 0 8 28 A5 13 32
Octal 151 230 214 37 0 10 50 245 23 62
Binary 1101001 10011000 10001100 11111 0 1000 101000 10100101 10011 110010

Color Harmonies of #69988C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69988C

Black with #69988C

Text Example


Text Example

White with #69988C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69988C; }

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

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

background-color css

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

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

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

border-color css

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

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

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