Html Css Color HEX #689875 Oxley

📋 copy color: '#689875'

red 104 ◦ green 152 ◦ blue 117

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

Shades of Oxley #689875

Tints of Oxley #689875

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.75%

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

R = 27.88%
G = 40.75%
B = 31.37%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#689875 (or 0x689875) is known color: Oxley. HEX triplet: 68, 98 and 75. RGB value is (104,152,117). Sum of RGB (Red+Green+Blue) = 104+152+117=373 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.88% from 373); Green value is 152 (59.77% from 255 or 40.75% from 373); Blue value is 117 (46.09% from 255 or 31.37% from 373); Max value from RGB is 152 - color contains mainly: green. Hex color #689875 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689875 is #97678A. Grayscale: #858585. Windows color (decimal): -9922443 or 7706728. OLE color: 7706728.

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

Color convert

RGB 104 152 117 -
CMYK 0.32 0 0.23 0.40
HSL 136.25º 0.19% 0.5% -
HSV(B) 136.25º 0.32% 0.6% -
XYZ 20.15 26.68 20.92 -
YUV 133.66 118.6 106.85 -
System Red Green Blue C M Y K H S L
Decimal 104 152 117 0.32 0 0.23 0.40 136.25 0.19 0.5
Hex 68 98 75 20 0 17 28 88 13 32
Octal 150 230 165 40 0 27 50 210 23 62
Binary 1101000 10011000 1110101 100000 0 10111 101000 10001000 10011 110010

Color Harmonies of #689875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689875

Black with #689875

Text Example


Text Example

White with #689875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689875; }

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

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

background-color css

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

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

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

border-color css

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

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

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