Html Css Color HEX #698873 Oxley

📋 copy color: '#698873'

red 105 ◦ green 136 ◦ blue 115

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

Shades of Oxley #698873

Tints of Oxley #698873

RGB

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

 GREEN value IS 136 (53.52% from 255) = 38.2%

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

R = 29.49%
G = 38.2%
B = 32.3%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#698873 (or 0x698873) is known color: Oxley. HEX triplet: 69, 88 and 73. RGB value is (105,136,115). Sum of RGB (Red+Green+Blue) = 105+136+115=356 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.49% from 356); Green value is 136 (53.52% from 255 or 38.20% from 356); Blue value is 115 (45.31% from 255 or 32.30% from 356); Max value from RGB is 136 - color contains mainly: green. Hex color #698873 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698873 is #96778C. Grayscale: #7C7C7C. Windows color (decimal): -9861005 or 7571561. OLE color: 7571561.

HSL color Cylindrical-coordinate representation of color #698873: hue angle of 139.35º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #698873 is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB 105 136 115 -
CMYK 0.23 0 0.15 0.47
HSL 139.35º 0.13% 0.47% -
HSV(B) 139.35º 0.23% 0.53% -
XYZ 17.72 21.85 19.5 -
YUV 124.34 122.73 114.21 -
System Red Green Blue C M Y K H S L
Decimal 105 136 115 0.23 0 0.15 0.47 139.35 0.13 0.47
Hex 69 88 73 17 0 F 2F 8B D 2F
Octal 151 210 163 27 0 17 57 213 15 57
Binary 1101001 10001000 1110011 10111 0 1111 101111 10001011 1101 101111

Color Harmonies of #698873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698873

Black with #698873

Text Example


Text Example

White with #698873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698873; }

 p { color: rgb(105,136,115); }

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

background-color css

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

 a { background-color: rgb(105,136,115); }

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

border-color css

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

 span { border-color: rgb(105,136,115); }

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