Html Css Color HEX #689971 Oxley

📋 copy color: '#689971'

red 104 ◦ green 153 ◦ blue 113

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

Shades of Oxley #689971

Tints of Oxley #689971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 30.54%

R = 28.11%
G = 41.35%
B = 30.54%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.26

 K value IS 0.4

RGB Variations

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

Color information

#689971 (or 0x689971) is known color: Oxley. HEX triplet: 68, 99 and 71. RGB value is (104,153,113). Sum of RGB (Red+Green+Blue) = 104+153+113=370 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.11% from 370); Green value is 153 (60.16% from 255 or 41.35% from 370); Blue value is 113 (44.53% from 255 or 30.54% from 370); Max value from RGB is 153 - color contains mainly: green. Hex color #689971 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689971 is #97668E. Grayscale: #858585. Windows color (decimal): -9922191 or 7444840. OLE color: 7444840.

HSL color Cylindrical-coordinate representation of color #689971: hue angle of 131.02º 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 #689971 is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.4.

Color convert

RGB 104 153 113 -
CMYK 0.32 0 0.26 0.4
HSL 131.02º 0.19% 0.5% -
HSV(B) 131.02º 0.32% 0.6% -
XYZ 20.08 26.92 19.76 -
YUV 133.79 116.27 106.75 -
System Red Green Blue C M Y K H S L
Decimal 104 153 113 0.32 0 0.26 0.4 131.02 0.19 0.5
Hex 68 99 71 20 0 1A 28 83 13 32
Octal 150 231 161 40 0 32 50 203 23 62
Binary 1101000 10011001 1110001 100000 0 11010 101000 10000011 10011 110010

Color Harmonies of #689971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689971

Black with #689971

Text Example


Text Example

White with #689971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689971; }

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

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

background-color css

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

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

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

border-color css

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

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

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