Html Css Color HEX #69998C Patina

📋 copy color: '#69998C'

red 105 ◦ green 153 ◦ blue 140

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

Shades of Patina #69998C

Tints of Patina #69998C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.44%

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

R = 26.38%
G = 38.44%
B = 35.18%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#69998C (or 0x69998C) is known color: Patina. HEX triplet: 69, 99 and 8C. RGB value is (105,153,140). Sum of RGB (Red+Green+Blue) = 105+153+140=398 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.38% from 398); Green value is 153 (60.16% from 255 or 38.44% from 398); Blue value is 140 (55.08% from 255 or 35.18% from 398); Max value from RGB is 153 - color contains mainly: green. Hex color #69998C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69998C is #966673. Grayscale: #898989. Windows color (decimal): -9856628 or 9214313. OLE color: 9214313.

HSL color Cylindrical-coordinate representation of color #69998C: hue angle of 163.75º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #69998C is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB 105 153 140 -
CMYK 0.31 0 0.08 0.4
HSL 163.75º 0.19% 0.51% -
HSV(B) 163.75º 0.31% 0.6% -
XYZ 21.95 27.68 29 -
YUV 137.17 129.6 105.06 -
System Red Green Blue C M Y K H S L
Decimal 105 153 140 0.31 0 0.08 0.4 163.75 0.19 0.51
Hex 69 99 8C 1F 0 8 28 A4 13 33
Octal 151 231 214 37 0 10 50 244 23 63
Binary 1101001 10011001 10001100 11111 0 1000 101000 10100100 10011 110011

Color Harmonies of #69998C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69998C

Black with #69998C

Text Example


Text Example

White with #69998C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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