Html Css Color HEX #689B6F Oxley

📋 copy color: '#689B6F'

red 104 ◦ green 155 ◦ blue 111

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

Shades of Oxley #689B6F

Tints of Oxley #689B6F

RGB

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

 GREEN value IS 155 (60.94% from 255) = 41.89%

 BLUE value IS 111 (43.75% from 255) = 30%

R = 28.11%
G = 41.89%
B = 30%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#689B6F (or 0x689B6F) is known color: Oxley. HEX triplet: 68, 9B and 6F. RGB value is (104,155,111). Sum of RGB (Red+Green+Blue) = 104+155+111=370 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.11% from 370); Green value is 155 (60.94% from 255 or 41.89% from 370); Blue value is 111 (43.75% from 255 or 30% from 370); Max value from RGB is 155 - color contains mainly: green. Hex color #689B6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689B6F is #976490. Grayscale: #868686. Windows color (decimal): -9921681 or 7314280. OLE color: 7314280.

HSL color Cylindrical-coordinate representation of color #689B6F: hue angle of 128.24º degrees, saturation: 0.2, 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 #689B6F is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB 104 155 111 -
CMYK 0.33 0 0.28 0.39
HSL 128.24º 0.2% 0.51% -
HSV(B) 128.24º 0.33% 0.61% -
XYZ 20.3 27.53 19.28 -
YUV 134.74 114.6 106.08 -
System Red Green Blue C M Y K H S L
Decimal 104 155 111 0.33 0 0.28 0.39 128.24 0.2 0.51
Hex 68 9B 6F 21 0 1C 27 80 14 33
Octal 150 233 157 41 0 34 47 200 24 63
Binary 1101000 10011011 1101111 100001 0 11100 100111 10000000 10100 110011

Color Harmonies of #689B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689B6F

Black with #689B6F

Text Example


Text Example

White with #689B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,155,111); }

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

background-color css

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

 a { background-color: rgb(104,155,111); }

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

border-color css

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

 span { border-color: rgb(104,155,111); }

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