Html Css Color HEX #689975 Oxley

📋 copy color: '#689975'

red 104 ◦ green 153 ◦ blue 117

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

Shades of Oxley #689975

Tints of Oxley #689975

RGB

 RED value IS 104 (41.02% from 255) = 27.81%

 GREEN value IS 153 (60.16% from 255) = 40.91%

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

R = 27.81%
G = 40.91%
B = 31.28%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.24

 K value IS 0.4

RGB Variations

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

Color information

#689975 (or 0x689975) is known color: Oxley. HEX triplet: 68, 99 and 75. RGB value is (104,153,117). Sum of RGB (Red+Green+Blue) = 104+153+117=374 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.81% from 374); Green value is 153 (60.16% from 255 or 40.91% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 153 - color contains mainly: green. Hex color #689975 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689975 is #97668A. Grayscale: #868686. Windows color (decimal): -9922187 or 7706984. OLE color: 7706984.

HSL color Cylindrical-coordinate representation of color #689975: hue angle of 135.92º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #689975 is Cyan = 0.32, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB 104 153 117 -
CMYK 0.32 0 0.24 0.4
HSL 135.92º 0.19% 0.5% -
HSV(B) 135.92º 0.32% 0.6% -
XYZ 20.31 27.01 20.97 -
YUV 134.25 118.27 106.43 -
System Red Green Blue C M Y K H S L
Decimal 104 153 117 0.32 0 0.24 0.4 135.92 0.19 0.5
Hex 68 99 75 20 0 18 28 88 13 32
Octal 150 231 165 40 0 30 50 210 23 62
Binary 1101000 10011001 1110101 100000 0 11000 101000 10001000 10011 110010

Color Harmonies of #689975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689975

Black with #689975

Text Example


Text Example

White with #689975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689975; }

 p { color: rgb(104,153,117); }

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

background-color css

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

 a { background-color: rgb(104,153,117); }

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

border-color css

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

 span { border-color: rgb(104,153,117); }

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