Html Css Color HEX #689A75 Oxley

📋 copy color: '#689A75'

red 104 ◦ green 154 ◦ blue 117

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

Shades of Oxley #689A75

Tints of Oxley #689A75

RGB

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

 GREEN value IS 154 (60.55% from 255) = 41.07%

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

R = 27.73%
G = 41.07%
B = 31.2%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#689A75 (or 0x689A75) is known color: Oxley. HEX triplet: 68, 9A and 75. RGB value is (104,154,117). Sum of RGB (Red+Green+Blue) = 104+154+117=375 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.73% from 375); Green value is 154 (60.55% from 255 or 41.07% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 154 - color contains mainly: green. Hex color #689A75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689A75 is #97658A. Grayscale: #868686. Windows color (decimal): -9921931 or 7707240. OLE color: 7707240.

HSL color Cylindrical-coordinate representation of color #689A75: hue angle of 135.6º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #689A75 is Cyan = 0.32, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB 104 154 117 -
CMYK 0.32 0 0.24 0.40
HSL 135.6º 0.2% 0.51% -
HSV(B) 135.6º 0.32% 0.6% -
XYZ 20.48 27.34 21.03 -
YUV 134.83 117.94 106.01 -
System Red Green Blue C M Y K H S L
Decimal 104 154 117 0.32 0 0.24 0.40 135.6 0.2 0.51
Hex 68 9A 75 20 0 18 28 88 14 33
Octal 150 232 165 40 0 30 50 210 24 63
Binary 1101000 10011010 1110101 100000 0 11000 101000 10001000 10100 110011

Color Harmonies of #689A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689A75

Black with #689A75

Text Example


Text Example

White with #689A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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