Html Css Color HEX #698D76 Oxley

📋 copy color: '#698D76'

red 105 ◦ green 141 ◦ blue 118

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

Shades of Oxley #698D76

Tints of Oxley #698D76

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.74%

 BLUE value IS 118 (46.48% from 255) = 32.42%

R = 28.85%
G = 38.74%
B = 32.42%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#698D76 (or 0x698D76) is known color: Oxley. HEX triplet: 69, 8D and 76. RGB value is (105,141,118). Sum of RGB (Red+Green+Blue) = 105+141+118=364 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.85% from 364); Green value is 141 (55.47% from 255 or 38.74% from 364); Blue value is 118 (46.48% from 255 or 32.42% from 364); Max value from RGB is 141 - color contains mainly: green. Hex color #698D76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698D76 is #967289. Grayscale: #7F7F7F. Windows color (decimal): -9859722 or 7769449. OLE color: 7769449.

HSL color Cylindrical-coordinate representation of color #698D76: hue angle of 141.67º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #698D76 is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB 105 141 118 -
CMYK 0.26 0 0.16 0.45
HSL 141.67º 0.15% 0.48% -
HSV(B) 141.67º 0.26% 0.55% -
XYZ 18.62 23.36 20.67 -
YUV 127.61 122.57 111.87 -
System Red Green Blue C M Y K H S L
Decimal 105 141 118 0.26 0 0.16 0.45 141.67 0.15 0.48
Hex 69 8D 76 1A 0 10 2D 8E F 30
Octal 151 215 166 32 0 20 55 216 17 60
Binary 1101001 10001101 1110110 11010 0 10000 101101 10001110 1111 110000

Color Harmonies of #698D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698D76

Black with #698D76

Text Example


Text Example

White with #698D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698D76; }

 p { color: rgb(105,141,118); }

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

background-color css

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

 a { background-color: rgb(105,141,118); }

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

border-color css

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

 span { border-color: rgb(105,141,118); }

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