Html Css Color HEX #689E6D Oxley

📋 copy color: '#689E6D'

red 104 ◦ green 158 ◦ blue 109

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

Shades of Oxley #689E6D

Tints of Oxley #689E6D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 42.59%

 BLUE value IS 109 (42.97% from 255) = 29.38%

R = 28.03%
G = 42.59%
B = 29.38%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#689E6D (or 0x689E6D) is known color: Oxley. HEX triplet: 68, 9E and 6D. RGB value is (104,158,109). Sum of RGB (Red+Green+Blue) = 104+158+109=371 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.03% from 371); Green value is 158 (62.11% from 255 or 42.59% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 158 - color contains mainly: green. Hex color #689E6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689E6D is #976192. Grayscale: #888888. Windows color (decimal): -9920915 or 7183976. OLE color: 7183976.

HSL color Cylindrical-coordinate representation of color #689E6D: hue angle of 125.56º degrees, saturation: 0.22, 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 #689E6D is Cyan = 0.34, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB 104 158 109 -
CMYK 0.34 0 0.31 0.38
HSL 125.56º 0.22% 0.51% -
HSV(B) 125.56º 0.34% 0.62% -
XYZ 20.7 28.5 18.88 -
YUV 136.27 112.61 104.98 -
System Red Green Blue C M Y K H S L
Decimal 104 158 109 0.34 0 0.31 0.38 125.56 0.22 0.51
Hex 68 9E 6D 22 0 1F 26 7E 16 33
Octal 150 236 155 42 0 37 46 176 26 63
Binary 1101000 10011110 1101101 100010 0 11111 100110 1111110 10110 110011

Color Harmonies of #689E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689E6D

Black with #689E6D

Text Example


Text Example

White with #689E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,158,109); }

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

background-color css

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

 a { background-color: rgb(104,158,109); }

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

border-color css

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

 span { border-color: rgb(104,158,109); }

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