Html Css Color HEX #698C73 Oxley

📋 copy color: '#698C73'

red 105 ◦ green 140 ◦ blue 115

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

Shades of Oxley #698C73

Tints of Oxley #698C73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 31.94%

R = 29.17%
G = 38.89%
B = 31.94%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.18

 K value IS 0.45

RGB Variations

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

Color information

#698C73 (or 0x698C73) is known color: Oxley. HEX triplet: 69, 8C and 73. RGB value is (105,140,115). Sum of RGB (Red+Green+Blue) = 105+140+115=360 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.17% from 360); Green value is 140 (55.08% from 255 or 38.89% from 360); Blue value is 115 (45.31% from 255 or 31.94% from 360); Max value from RGB is 140 - color contains mainly: green. Hex color #698C73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698C73 is #96738C. Grayscale: #7E7E7E. Windows color (decimal): -9859981 or 7572585. OLE color: 7572585.

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

Color convert

RGB 105 140 115 -
CMYK 0.25 0 0.18 0.45
HSL 137.14º 0.14% 0.48% -
HSV(B) 137.14º 0.25% 0.55% -
XYZ 18.3 23 19.69 -
YUV 126.69 121.4 112.53 -
System Red Green Blue C M Y K H S L
Decimal 105 140 115 0.25 0 0.18 0.45 137.14 0.14 0.48
Hex 69 8C 73 19 0 12 2D 89 E 30
Octal 151 214 163 31 0 22 55 211 16 60
Binary 1101001 10001100 1110011 11001 0 10010 101101 10001001 1110 110000

Color Harmonies of #698C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698C73

Black with #698C73

Text Example


Text Example

White with #698C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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