Html Css Color HEX #698C74 Oxley

📋 copy color: '#698C74'

red 105 ◦ green 140 ◦ blue 116

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

Shades of Oxley #698C74

Tints of Oxley #698C74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 32.13%

R = 29.09%
G = 38.78%
B = 32.13%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#698C74 (or 0x698C74) is known color: Oxley. HEX triplet: 69, 8C and 74. RGB value is (105,140,116). Sum of RGB (Red+Green+Blue) = 105+140+116=361 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.09% from 361); Green value is 140 (55.08% from 255 or 38.78% from 361); Blue value is 116 (45.70% from 255 or 32.13% from 361); Max value from RGB is 140 - color contains mainly: green. Hex color #698C74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698C74 is #96738B. Grayscale: #7E7E7E. Windows color (decimal): -9859980 or 7638121. OLE color: 7638121.

HSL color Cylindrical-coordinate representation of color #698C74: hue angle of 138.86º 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 #698C74 is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.

Color convert

RGB 105 140 116 -
CMYK 0.25 0 0.17 0.45
HSL 138.86º 0.14% 0.48% -
HSV(B) 138.86º 0.25% 0.55% -
XYZ 18.36 23.02 20 -
YUV 126.8 121.9 112.45 -
System Red Green Blue C M Y K H S L
Decimal 105 140 116 0.25 0 0.17 0.45 138.86 0.14 0.48
Hex 69 8C 74 19 0 11 2D 8B E 30
Octal 151 214 164 31 0 21 55 213 16 60
Binary 1101001 10001100 1110100 11001 0 10001 101101 10001011 1110 110000

Color Harmonies of #698C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698C74

Black with #698C74

Text Example


Text Example

White with #698C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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