Html Css Color HEX #698B76 Oxley

📋 copy color: '#698B76'

red 105 ◦ green 139 ◦ blue 118

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

Shades of Oxley #698B76

Tints of Oxley #698B76

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.4%

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

R = 29.01%
G = 38.4%
B = 32.6%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.15

 K value IS 0.45

RGB Variations

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

Color information

#698B76 (or 0x698B76) is known color: Oxley. HEX triplet: 69, 8B and 76. RGB value is (105,139,118). Sum of RGB (Red+Green+Blue) = 105+139+118=362 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.01% from 362); Green value is 139 (54.69% from 255 or 38.40% from 362); Blue value is 118 (46.48% from 255 or 32.60% from 362); Max value from RGB is 139 - color contains mainly: green. Hex color #698B76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698B76 is #967489. Grayscale: #7E7E7E. Windows color (decimal): -9860234 or 7768937. OLE color: 7768937.

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

Color convert

RGB 105 139 118 -
CMYK 0.24 0 0.15 0.45
HSL 142.94º 0.14% 0.48% -
HSV(B) 142.94º 0.24% 0.55% -
XYZ 18.33 22.78 20.57 -
YUV 126.44 123.24 112.71 -
System Red Green Blue C M Y K H S L
Decimal 105 139 118 0.24 0 0.15 0.45 142.94 0.14 0.48
Hex 69 8B 76 18 0 F 2D 8F E 30
Octal 151 213 166 30 0 17 55 217 16 60
Binary 1101001 10001011 1110110 11000 0 1111 101101 10001111 1110 110000

Color Harmonies of #698B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698B76

Black with #698B76

Text Example


Text Example

White with #698B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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