Html Css Color HEX #698974 Oxley

📋 copy color: '#698974'

red 105 ◦ green 137 ◦ blue 116

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

Shades of Oxley #698974

Tints of Oxley #698974

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.27%

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

R = 29.33%
G = 38.27%
B = 32.4%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#698974 (or 0x698974) is known color: Oxley. HEX triplet: 69, 89 and 74. RGB value is (105,137,116). Sum of RGB (Red+Green+Blue) = 105+137+116=358 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.33% from 358); Green value is 137 (53.91% from 255 or 38.27% from 358); Blue value is 116 (45.70% from 255 or 32.40% from 358); Max value from RGB is 137 - color contains mainly: green. Hex color #698974 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698974 is #96768B. Grayscale: #7D7D7D. Windows color (decimal): -9860748 or 7637353. OLE color: 7637353.

HSL color Cylindrical-coordinate representation of color #698974: hue angle of 140.62º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #698974 is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB 105 137 116 -
CMYK 0.23 0 0.15 0.46
HSL 140.63º 0.13% 0.47% -
HSV(B) 140.63º 0.23% 0.54% -
XYZ 17.92 22.16 19.85 -
YUV 125.04 122.9 113.71 -
System Red Green Blue C M Y K H S L
Decimal 105 137 116 0.23 0 0.15 0.46 140.63 0.13 0.47
Hex 69 89 74 17 0 F 2E 8D D 2F
Octal 151 211 164 27 0 17 56 215 15 57
Binary 1101001 10001001 1110100 10111 0 1111 101110 10001101 1101 101111

Color Harmonies of #698974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698974

Black with #698974

Text Example


Text Example

White with #698974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698974; }

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

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

background-color css

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

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

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

border-color css

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

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

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