Html Css Color HEX #689C75 Oxley

📋 copy color: '#689C75'

red 104 ◦ green 156 ◦ blue 117

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

Shades of Oxley #689C75

Tints of Oxley #689C75

RGB

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

 GREEN value IS 156 (61.33% from 255) = 41.38%

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

R = 27.59%
G = 41.38%
B = 31.03%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#689C75 (or 0x689C75) is known color: Oxley. HEX triplet: 68, 9C and 75. RGB value is (104,156,117). Sum of RGB (Red+Green+Blue) = 104+156+117=377 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.59% from 377); Green value is 156 (61.33% from 255 or 41.38% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 156 - color contains mainly: green. Hex color #689C75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689C75 is #97638A. Grayscale: #888888. Windows color (decimal): -9921419 or 7707752. OLE color: 7707752.

HSL color Cylindrical-coordinate representation of color #689C75: hue angle of 135º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #689C75 is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.39.

Color convert

RGB 104 156 117 -
CMYK 0.33 0 0.25 0.39
HSL 135º 0.21% 0.51% -
HSV(B) 135º 0.33% 0.61% -
XYZ 20.81 28 21.14 -
YUV 136.01 117.27 105.17 -
System Red Green Blue C M Y K H S L
Decimal 104 156 117 0.33 0 0.25 0.39 135 0.21 0.51
Hex 68 9C 75 21 0 19 27 87 15 33
Octal 150 234 165 41 0 31 47 207 25 63
Binary 1101000 10011100 1110101 100001 0 11001 100111 10000111 10101 110011

Color Harmonies of #689C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689C75

Black with #689C75

Text Example


Text Example

White with #689C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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