Html Css Color HEX #698C75 Oxley

📋 copy color: '#698C75'

red 105 ◦ green 140 ◦ blue 117

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

Shades of Oxley #698C75

Tints of Oxley #698C75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 32.32%

R = 29.01%
G = 38.67%
B = 32.32%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#698C75 (or 0x698C75) is known color: Oxley. HEX triplet: 69, 8C and 75. RGB value is (105,140,117). Sum of RGB (Red+Green+Blue) = 105+140+117=362 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.01% from 362); Green value is 140 (55.08% from 255 or 38.67% from 362); Blue value is 117 (46.09% from 255 or 32.32% from 362); Max value from RGB is 140 - color contains mainly: green. Hex color #698C75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698C75 is #96738A. Grayscale: #7E7E7E. Windows color (decimal): -9859979 or 7703657. OLE color: 7703657.

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

Color convert

RGB 105 140 117 -
CMYK 0.25 0 0.16 0.45
HSL 140.57º 0.14% 0.48% -
HSV(B) 140.57º 0.25% 0.55% -
XYZ 18.41 23.04 20.31 -
YUV 126.91 122.4 112.37 -
System Red Green Blue C M Y K H S L
Decimal 105 140 117 0.25 0 0.16 0.45 140.57 0.14 0.48
Hex 69 8C 75 19 0 10 2D 8D E 30
Octal 151 214 165 31 0 20 55 215 16 60
Binary 1101001 10001100 1110101 11001 0 10000 101101 10001101 1110 110000

Color Harmonies of #698C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698C75

Black with #698C75

Text Example


Text Example

White with #698C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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