Html Css Color HEX #689D6E Oxley

📋 copy color: '#689D6E'

red 104 ◦ green 157 ◦ blue 110

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

Shades of Oxley #689D6E

Tints of Oxley #689D6E

RGB

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

 GREEN value IS 157 (61.72% from 255) = 42.32%

 BLUE value IS 110 (43.36% from 255) = 29.65%

R = 28.03%
G = 42.32%
B = 29.65%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#689D6E (or 0x689D6E) is known color: Oxley. HEX triplet: 68, 9D and 6E. RGB value is (104,157,110). Sum of RGB (Red+Green+Blue) = 104+157+110=371 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.03% from 371); Green value is 157 (61.72% from 255 or 42.32% from 371); Blue value is 110 (43.36% from 255 or 29.65% from 371); Max value from RGB is 157 - color contains mainly: green. Hex color #689D6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689D6E is #976291. Grayscale: #878787. Windows color (decimal): -9921170 or 7249256. OLE color: 7249256.

HSL color Cylindrical-coordinate representation of color #689D6E: hue angle of 126.79º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #689D6E is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB 104 157 110 -
CMYK 0.34 0 0.30 0.38
HSL 126.79º 0.21% 0.51% -
HSV(B) 126.79º 0.34% 0.62% -
XYZ 20.58 28.18 19.11 -
YUV 135.8 113.44 105.32 -
System Red Green Blue C M Y K H S L
Decimal 104 157 110 0.34 0 0.30 0.38 126.79 0.21 0.51
Hex 68 9D 6E 22 0 1E 26 7F 15 33
Octal 150 235 156 42 0 36 46 177 25 63
Binary 1101000 10011101 1101110 100010 0 11110 100110 1111111 10101 110011

Color Harmonies of #689D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689D6E

Black with #689D6E

Text Example


Text Example

White with #689D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,157,110); }

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

background-color css

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

 a { background-color: rgb(104,157,110); }

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

border-color css

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

 span { border-color: rgb(104,157,110); }

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