Html Css Color HEX #698C78 Oxley

📋 copy color: '#698C78'

red 105 ◦ green 140 ◦ blue 120

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

Shades of Oxley #698C78

Tints of Oxley #698C78

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.36%

 BLUE value IS 120 (47.27% from 255) = 32.88%

R = 28.77%
G = 38.36%
B = 32.88%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#698C78 (or 0x698C78) is known color: Oxley. HEX triplet: 69, 8C and 78. RGB value is (105,140,120). Sum of RGB (Red+Green+Blue) = 105+140+120=365 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.77% from 365); Green value is 140 (55.08% from 255 or 38.36% from 365); Blue value is 120 (47.27% from 255 or 32.88% from 365); Max value from RGB is 140 - color contains mainly: green. Hex color #698C78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698C78 is #967387. Grayscale: #7F7F7F. Windows color (decimal): -9859976 or 7900265. OLE color: 7900265.

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

Color convert

RGB 105 140 120 -
CMYK 0.25 0 0.14 0.45
HSL 145.71º 0.14% 0.48% -
HSV(B) 145.71º 0.25% 0.55% -
XYZ 18.59 23.12 21.25 -
YUV 127.26 123.9 112.13 -
System Red Green Blue C M Y K H S L
Decimal 105 140 120 0.25 0 0.14 0.45 145.71 0.14 0.48
Hex 69 8C 78 19 0 E 2D 92 E 30
Octal 151 214 170 31 0 16 55 222 16 60
Binary 1101001 10001100 1111000 11001 0 1110 101101 10010010 1110 110000

Color Harmonies of #698C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698C78

Black with #698C78

Text Example


Text Example

White with #698C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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