Html Css Color HEX #689573 Oxley

📋 copy color: '#689573'

red 104 ◦ green 149 ◦ blue 115

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

Shades of Oxley #689573

Tints of Oxley #689573

RGB

 RED value IS 104 (41.02% from 255) = 28.26%

 GREEN value IS 149 (58.59% from 255) = 40.49%

 BLUE value IS 115 (45.31% from 255) = 31.25%

R = 28.26%
G = 40.49%
B = 31.25%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#689573 (or 0x689573) is known color: Oxley. HEX triplet: 68, 95 and 73. RGB value is (104,149,115). Sum of RGB (Red+Green+Blue) = 104+149+115=368 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.26% from 368); Green value is 149 (58.59% from 255 or 40.49% from 368); Blue value is 115 (45.31% from 255 or 31.25% from 368); Max value from RGB is 149 - color contains mainly: green. Hex color #689573 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689573 is #976A8C. Grayscale: #838383. Windows color (decimal): -9923213 or 7574888. OLE color: 7574888.

HSL color Cylindrical-coordinate representation of color #689573: hue angle of 134.67º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #689573 is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 104 149 115 -
CMYK 0.30 0 0.23 0.42
HSL 134.67º 0.18% 0.5% -
HSV(B) 134.67º 0.3% 0.58% -
XYZ 19.55 25.68 20.15 -
YUV 131.67 118.59 108.26 -
System Red Green Blue C M Y K H S L
Decimal 104 149 115 0.30 0 0.23 0.42 134.67 0.18 0.5
Hex 68 95 73 1E 0 17 2A 87 12 32
Octal 150 225 163 36 0 27 52 207 22 62
Binary 1101000 10010101 1110011 11110 0 10111 101010 10000111 10010 110010

Color Harmonies of #689573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689573

Black with #689573

Text Example


Text Example

White with #689573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689573; }

 p { color: rgb(104,149,115); }

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

background-color css

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

 a { background-color: rgb(104,149,115); }

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

border-color css

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

 span { border-color: rgb(104,149,115); }

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